Add some distclean / clean targets.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38457 f5534014-38df-0310-8fa8-9805f1628bb7
This commit is contained in:
gerald 2011-08-10 20:02:31 +00:00
parent ac736c90f2
commit 23926eac4b
2 changed files with 2 additions and 1 deletions

View 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

View 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