aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-03-07 18:48:25 +0000
committerBill Meier <wmeier@newsguy.com>2009-03-07 18:48:25 +0000
commita910aed3065da367be1a0b584ceedef9e012e176 (patch)
tree3b1fe6bc48f1b8e95e7c56c5c134fdab23d8a5a5 /Makefile.nmake
parentc2e2fa98b57dedc75f9e67db43630245eb8fb791 (diff)
gettext library setup: Fix a bug and adjust config slightly for win32 so
gettext setup works the way I think was intended. svn path=/trunk/; revision=27644
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index f46f1b98a8..2785939035 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -728,7 +728,7 @@ process_libs:
@$(SH) $(WIN_SETUP) "$(WIN_SETUP_OPT)" "$(WIRESHARK_LIBS)" \
libiconv-1.9.1.bin.woe32 libiconv-1.9.1.bin.woe32.zip
!ENDIF
-!IF "(PLATFORM)" == "win32"
+!IF "$(PLATFORM)" == "win32"
@$(SH) $(WIN_SETUP) "$(WIN_SETUP_OPT)" "$(WIRESHARK_LIBS)" \
gettext-runtime-0.17-1 gettext-runtime-0.17-1.zip
!ELSE
@@ -848,6 +848,7 @@ clean_setup:
rm -r -f $(WIRESHARK_LIBS)/gettext-0.14.5
rm -r -f $(WIRESHARK_LIBS)/gettext-runtime-0.17
rm -r -f $(WIRESHARK_LIBS)/gettext-runtime-0.17-1
+ rm -r -f $(WIRESHARK_LIBS)/gettext-0.17-1 # win64
rm -r -f $(WIRESHARK_LIBS)/glib
rm -r -f $(WIRESHARK_LIBS)/gnutls-2.6.3-1
rm -r -f $(WIRESHARK_LIBS)/gnutls-2.6.4-1