From 9aba55afbae7a9976568e52d394df4df7f24c6aa Mon Sep 17 00:00:00 2001 From: Thomas Frieden Date: Tue, 14 Jun 2005 15:26:29 +0000 Subject: [PATCH] Added getopt_long git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14976 87f5fb63-7c3d-0410-a384-fd976d0f7a62 --- library/GNUmakefile.68k | 3 ++- library/GNUmakefile.os4 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/library/GNUmakefile.68k b/library/GNUmakefile.68k index 46c9310..feac2fb 100644 --- a/library/GNUmakefile.68k +++ b/library/GNUmakefile.68k @@ -1,5 +1,5 @@ # -# $Id: GNUmakefile.68k,v 1.59 2005-06-04 10:46:21 obarthel Exp $ +# $Id: GNUmakefile.68k,v 1.60 2005-06-14 15:26:28 tfrieden Exp $ # # :ts=8 # @@ -460,6 +460,7 @@ UNIX_LIB = \ fcntl_fcntl.o \ fcntl_open.o \ fcntl_get_default_file.o \ + getopt_getopt_long.o \ mount_convertinfo.o \ mount_statfs.o \ stat_chmod.o \ diff --git a/library/GNUmakefile.os4 b/library/GNUmakefile.os4 index a2d76ba..fcb26ee 100644 --- a/library/GNUmakefile.os4 +++ b/library/GNUmakefile.os4 @@ -1,5 +1,5 @@ # -# $Id: GNUmakefile.os4,v 1.64 2005-06-04 14:16:58 obarthel Exp $ +# $Id: GNUmakefile.os4,v 1.65 2005-06-14 15:26:29 tfrieden Exp $ # # :ts=8 # @@ -459,6 +459,7 @@ UNIX_LIB = \ fcntl_fcntl.o \ fcntl_open.o \ fcntl_get_default_file.o \ + getopt_getopt_long.o \ mount_convertinfo.o \ mount_statfs.o \ stat_chmod.o \