From 4b72d3d8a8922494511bdcd4a80a427c5c2abae0 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sun, 27 Mar 2005 20:21:53 +0000 Subject: [PATCH] Renamed gawk's libintl.a target to 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 --- src/bin/gawk/Jamfile | 4 ++-- src/bin/gawk/intl/Jamfile | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/bin/gawk/Jamfile b/src/bin/gawk/Jamfile index 7c1c29d291..2f750a33ef 100644 --- a/src/bin/gawk/Jamfile +++ b/src/bin/gawk/Jamfile @@ -22,12 +22,12 @@ Objects $(common_files) ; BinCommand gawk : [ FGristFiles $(common_files:S=.o) ] eval.c profile.c - : libintl.a + : libintl.a : gawk.rsrc ; BinCommand pgawk : [ FGristFiles $(common_files:S=.o) ] eval_p.c profile_p.c - : libintl.a + : libintl.a : gawk.rsrc ; MakeLocate awk : $(OBOS_BIN_DIR) ; diff --git a/src/bin/gawk/intl/Jamfile b/src/bin/gawk/intl/Jamfile index a5165f0431..93d7f67bc5 100644 --- a/src/bin/gawk/intl/Jamfile +++ b/src/bin/gawk/intl/Jamfile @@ -4,7 +4,7 @@ SubDirCcFlags -DLOCALEDIR='\"/share/locale\"' -DLOCALE_ALIAS_PATH='\"/share/loca SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ; -StaticLibrary intl : +StaticLibrary intl : bindtextdom.c dcgettext.c dgettext.c @@ -27,4 +27,5 @@ StaticLibrary intl : log.c osdep.c intl-compat.c + : [ FCurrentObjectsDir ] ;