Renamed gawk's libintl.a target to <gawk>libintl.a and placed it in the
objects/ tree, so that it doesn't clash with others (those should be fixed, too). gdb is (or will be, as soon as I check it in) using this version, too. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12081 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -22,12 +22,12 @@ Objects $(common_files) ;
|
||||
|
||||
BinCommand gawk :
|
||||
[ FGristFiles $(common_files:S=.o) ] eval.c profile.c
|
||||
: libintl.a
|
||||
: <gawk>libintl.a
|
||||
: gawk.rsrc ;
|
||||
|
||||
BinCommand pgawk :
|
||||
[ FGristFiles $(common_files:S=.o) ] eval_p.c profile_p.c
|
||||
: libintl.a
|
||||
: <gawk>libintl.a
|
||||
: gawk.rsrc ;
|
||||
|
||||
MakeLocate awk : $(OBOS_BIN_DIR) ;
|
||||
|
||||
@@ -4,7 +4,7 @@ SubDirCcFlags -DLOCALEDIR='\"/share/locale\"' -DLOCALE_ALIAS_PATH='\"/share/loca
|
||||
|
||||
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
|
||||
|
||||
StaticLibrary intl :
|
||||
StaticLibrary <gawk>intl :
|
||||
bindtextdom.c
|
||||
dcgettext.c
|
||||
dgettext.c
|
||||
@@ -27,4 +27,5 @@ StaticLibrary intl :
|
||||
log.c
|
||||
osdep.c
|
||||
intl-compat.c
|
||||
: [ FCurrentObjectsDir ]
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user