Add some distclean / clean targets.
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 10 Aug 2011 20:02:31 +0000 (20:02 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 10 Aug 2011 20:02:31 +0000 (20:02 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38457 f5534014-38df-0310-8fa8-9805f1628bb7

Makefile.nmake
packaging/u3/tools/Makefile.nmake

index 4ad5eeebd28eb9835d6c48e01caa1ad0427003be..4f5395478efca133b71e7a93cee86b7811e01361 100644 (file)
@@ -497,7 +497,7 @@ distclean-local: clean-local
                $(ZLIB_DIR)\include\zlib.h $(ZLIB_DIR)\include\zconf.h \
                $(ZLIB_DIR)\lib\zdll.lib
 !ENDIF
-       rm -f config.h $(BUILT_SOURCES)
+       rm -f config.h $(BUILT_SOURCES) wireshark-pdb*.zip
 
 distclean: distclean-local
        cd wiretap
index d658edba20b0965df23c94cfb97baf232a2bf12b..e7a0b77106f2416d4db2cade7342ec81cba107d6 100644 (file)
@@ -35,6 +35,7 @@ clean:
        rm -rf utest.exe *.obj *.manifest
        rm -rf libgcrypt-11.dll libgpg-error-0.dll
        rm -rf state nodeid
+       rm -rf *.pdb
        rm -rf *~ *.*~
 
 distclean:     clean