Made the libglob.a targets for bash and make distinguishable for jam by adding grist to each.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8756 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2004-08-31 23:05:55 +00:00
parent c1706cd270
commit d9b1b5c979
4 changed files with 5 additions and 4 deletions

View File

@ -62,7 +62,8 @@ BinCommand sh :
unwind_prot.c bashline.c bracecomp.c error.c
list.c stringlib.c locale.c findcmd.c redir.c
pcomplete.c pcomplib.c syntax.c xmalloc.c test.c sig.c
: libreadline.a libglob.a libbuiltins.a libtilde.a libsh.a libtermcap.a
: libreadline.a <bash>libglob.a libbuiltins.a libtilde.a libsh.a
libtermcap.a
: bash.rdef ;
# trap.c includes signames.h

View File

@ -5,7 +5,7 @@ SubDirCcFlags -DHAVE_CONFIG_H -DSHELL ;
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) $(DOTDOT) ] ;
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) $(DOTDOT) include ] ;
StaticLibrary glob :
StaticLibrary <bash>glob :
glob.c
strmatch.c
smatch.c

View File

@ -33,7 +33,7 @@ BinCommand make :
variable.c
version.c
vpath.c
: libglob.a : make.rdef ;
: <make>libglob.a : make.rdef ;
SubInclude OBOS_TOP src apps bin make glob ;

View File

@ -4,7 +4,7 @@ SubDirCcFlags -DHAVE_CONFIG_H ;
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
StaticLibrary glob :
StaticLibrary <make>glob :
fnmatch.c
glob.c
;