Removed alloca.c, don't go in develop/libs/

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7747 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2004-06-03 13:46:38 +00:00
parent 0d31ae4168
commit 937bfaed12
+25 -26
View File
@@ -4,30 +4,29 @@ SubDirCcFlags -DHAVE_CONFIG_H ;
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
StaticLibrary greputils :
alloca.c
# atexit.c
closeout.c
error.c
exclude.c
fnmatch.c
getopt.c
getopt1.c
hard-locale.c
isdir.c
malloc.c
memchr.c
obstack.c
quotearg.c
realloc.c
regex.c
savedir.c
stpcpy.c
strtol.c
strtoul.c
strtoull.c
strtoumax.c
xmalloc.c
xstrtol.c
xstrtoumax.c
: STATIC_LIBRARY_DIR
# alloca.c
# atexit.c
closeout.c
error.c
exclude.c
fnmatch.c
getopt.c
getopt1.c
hard-locale.c
isdir.c
malloc.c
memchr.c
obstack.c
quotearg.c
realloc.c
regex.c
savedir.c
stpcpy.c
strtol.c
strtoul.c
strtoull.c
strtoumax.c
xmalloc.c
xstrtol.c
xstrtoumax.c
;