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) ] ; SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
StaticLibrary greputils : StaticLibrary greputils :
alloca.c # alloca.c
# atexit.c # atexit.c
closeout.c closeout.c
error.c error.c
exclude.c exclude.c
fnmatch.c fnmatch.c
getopt.c getopt.c
getopt1.c getopt1.c
hard-locale.c hard-locale.c
isdir.c isdir.c
malloc.c malloc.c
memchr.c memchr.c
obstack.c obstack.c
quotearg.c quotearg.c
realloc.c realloc.c
regex.c regex.c
savedir.c savedir.c
stpcpy.c stpcpy.c
strtol.c strtol.c
strtoul.c strtoul.c
strtoull.c strtoull.c
strtoumax.c strtoumax.c
xmalloc.c xmalloc.c
xstrtol.c xstrtol.c
xstrtoumax.c xstrtoumax.c
: STATIC_LIBRARY_DIR
; ;