diff options
author | Bill Meier <wmeier@newsguy.com> | 2009-06-15 12:40:53 +0000 |
---|---|---|
committer | Bill Meier <wmeier@newsguy.com> | 2009-06-15 12:40:53 +0000 |
commit | c4e626904c8f1a46cb604685c9c529eb51fc1909 (patch) | |
tree | 4a434d66b0914eab9fca2e3e4048545076bcd67a /Makefile.nmake | |
parent | 496d36cfb98d4fae42e643f1623728e6931a127f (diff) | |
download | wireshark-c4e626904c8f1a46cb604685c9c529eb51fc1909.tar.gz wireshark-c4e626904c8f1a46cb604685c9c529eb51fc1909.tar.bz2 wireshark-c4e626904c8f1a46cb604685c9c529eb51fc1909.zip |
clean: remove directory of previous upx301.
svn path=/trunk/; revision=28735
Diffstat (limited to 'Makefile.nmake')
-rw-r--r-- | Makefile.nmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.nmake b/Makefile.nmake index 100328ac39..2c6df8168f 100644 --- a/Makefile.nmake +++ b/Makefile.nmake @@ -907,6 +907,7 @@ clean_setup: rm -r -f $(WIRESHARK_LIBS)/AirPcap_Devpack_1_0_0_594 rm -r -f $(WIRESHARK_LIBS)/zlib123 rm -r -f $(WIRESHARK_LIBS)/zlib123-dll + rm -r -f $(WIRESHARK_LIBS)/upx301w rm -r -f $(WIRESHARK_LIBS)/upx303w rm -r -f $(WIRESHARK_LIBS)/GeoIP-1.4.5ws |