diff options
author | Gerald Combs <gerald@wireshark.org> | 2014-09-02 17:19:56 -0700 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2014-09-03 00:20:50 +0000 |
commit | d3e116466cd27d68a5c0cc066854a9d59264adc6 (patch) | |
tree | b3de9859282464145df4638fbe46ed26d6d9465e /packaging/portableapps/win32 | |
parent | ccb0a88b18206bdef7be2f8ede331db87caa8c24 (diff) | |
download | wireshark-d3e116466cd27d68a5c0cc066854a9d59264adc6.tar.gz wireshark-d3e116466cd27d68a5c0cc066854a9d59264adc6.tar.bz2 wireshark-d3e116466cd27d68a5c0cc066854a9d59264adc6.zip |
PortableApps: Remove invalid makefile commands.
Change-Id: I6ed0f72a6915cd12d7866c978dce0d25c328dffd
Reviewed-on: https://code.wireshark.org/review/3964
Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'packaging/portableapps/win32')
-rw-r--r-- | packaging/portableapps/win32/Makefile.nmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packaging/portableapps/win32/Makefile.nmake b/packaging/portableapps/win32/Makefile.nmake index b6cfe96a92..15995f337b 100644 --- a/packaging/portableapps/win32/Makefile.nmake +++ b/packaging/portableapps/win32/Makefile.nmake @@ -154,8 +154,6 @@ clean: cd portableapps/win32 rm -rf $(STAGING_DIR) rm -rf appinfo.ini - #rm -rf WiresharkPortable.ini - #rm -rf distribution.nmake rm -rf WiresharkPortable-$(VERSION).paf.exe rm -rf *~ *.*~ |