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:
Ingo Weinhold
2005-03-27 20:21:53 +00:00
parent 1e29ee2b74
commit 4b72d3d8a8
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -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) ;
+2 -1
View File
@@ -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 ]
;