From 937bfaed124b3390d29759bffb5e72c382b377c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Thu, 3 Jun 2004 13:46:38 +0000 Subject: [PATCH] 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 --- src/apps/bin/grep-2.5/lib/Jamfile | 51 +++++++++++++++---------------- 1 file changed, 25 insertions(+), 26 deletions(-) diff --git a/src/apps/bin/grep-2.5/lib/Jamfile b/src/apps/bin/grep-2.5/lib/Jamfile index bdb8c9bc9f..ec7d680ac2 100644 --- a/src/apps/bin/grep-2.5/lib/Jamfile +++ b/src/apps/bin/grep-2.5/lib/Jamfile @@ -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 ;