distclean should remove wireshark-gtk1/2 dirs completely

svn path=/trunk/; revision=19509
This commit is contained in:
Ulf Lamping 2006-10-13 00:21:47 +00:00
parent 643c6f1bfd
commit 9f62a052a4
1 changed files with 2 additions and 6 deletions

View File

@ -869,17 +869,13 @@ install-common-deps:
!ENDIF
clean-deps1:
rm -f $(INSTALL1_DIR)\*.dll
rm -rf $(INSTALL1_DIR)\etc
rm -rf $(INSTALL1_DIR)\lib
rm -rf $(INSTALL1_DIR)
cd plugins
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean-deps
cd ..
clean-deps2:
rm -f $(INSTALL2_DIR)\*.dll
rm -rf $(INSTALL2_DIR)\etc
rm -rf $(INSTALL2_DIR)\lib
rm -rf $(INSTALL2_DIR)
cd plugins
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean-deps
cd ..