1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

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
This commit is contained in:
Thomas Frieden
2005-06-14 15:26:29 +00:00
parent 426fe0cc61
commit 9aba55afba
2 changed files with 4 additions and 2 deletions

View File

@ -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 \

View File

@ -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 \