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 :
|
BinCommand gawk :
|
||||||
[ FGristFiles $(common_files:S=.o) ] eval.c profile.c
|
[ FGristFiles $(common_files:S=.o) ] eval.c profile.c
|
||||||
: libintl.a
|
: <gawk>libintl.a
|
||||||
: gawk.rsrc ;
|
: gawk.rsrc ;
|
||||||
|
|
||||||
BinCommand pgawk :
|
BinCommand pgawk :
|
||||||
[ FGristFiles $(common_files:S=.o) ] eval_p.c profile_p.c
|
[ FGristFiles $(common_files:S=.o) ] eval_p.c profile_p.c
|
||||||
: libintl.a
|
: <gawk>libintl.a
|
||||||
: gawk.rsrc ;
|
: gawk.rsrc ;
|
||||||
|
|
||||||
MakeLocate awk : $(OBOS_BIN_DIR) ;
|
MakeLocate awk : $(OBOS_BIN_DIR) ;
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ SubDirCcFlags -DLOCALEDIR='\"/share/locale\"' -DLOCALE_ALIAS_PATH='\"/share/loca
|
|||||||
|
|
||||||
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
|
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
|
||||||
|
|
||||||
StaticLibrary intl :
|
StaticLibrary <gawk>intl :
|
||||||
bindtextdom.c
|
bindtextdom.c
|
||||||
dcgettext.c
|
dcgettext.c
|
||||||
dgettext.c
|
dgettext.c
|
||||||
@@ -27,4 +27,5 @@ StaticLibrary intl :
|
|||||||
log.c
|
log.c
|
||||||
osdep.c
|
osdep.c
|
||||||
intl-compat.c
|
intl-compat.c
|
||||||
|
: [ FCurrentObjectsDir ]
|
||||||
;
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user