diff options
author | Gerald Combs <gerald@wireshark.org> | 2012-05-30 00:11:11 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2012-05-30 00:11:11 +0000 |
commit | 3ea4fe2c4a12c9c17255a5da9767afcd8820e211 (patch) | |
tree | 5a31ac4560c1e1f69353247a30813760543e21f6 /Makefile.nmake | |
parent | 18ac3d94ee532b0907546d6d1363b542a6929e45 (diff) | |
download | wireshark-3ea4fe2c4a12c9c17255a5da9767afcd8820e211.tar.gz wireshark-3ea4fe2c4a12c9c17255a5da9767afcd8820e211.tar.bz2 wireshark-3ea4fe2c4a12c9c17255a5da9767afcd8820e211.zip |
Back out previous change.
svn path=/trunk/; revision=42907
Diffstat (limited to 'Makefile.nmake')
-rw-r--r-- | Makefile.nmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake index ca49852628..c4cfa8393c 100644 --- a/Makefile.nmake +++ b/Makefile.nmake @@ -900,7 +900,7 @@ process_libs: !ENDIF !IFDEF GEOIP_DIR @$(SH) $(WIN_SETUP) "$(WIN_SETUP_OPT)" "$(WIRESHARK_LIB_DIR)" \ - . GeoIP-$(GEOIP_PKG)-$(WIRESHARK_TARGET_PLATFORM)ws.zip + GeoIP-$(GEOIP_PKG)-$(WIRESHARK_TARGET_PLATFORM)ws GeoIP-$(GEOIP_PKG)-$(WIRESHARK_TARGET_PLATFORM)ws.zip !ENDIF !IFDEF HHC_DIR @$(SH) $(WIN_SETUP) "$(WIN_SETUP_OPT)" "$(WIRESHARK_LIB_DIR)" \ |