Even simpler: use 'rm -rf gtk2.tmp'

svn path=/trunk/; revision=21107
This commit is contained in:
Bill Meier 2007-03-22 02:51:21 +00:00
parent 001379b624
commit 3b01588444
1 changed files with 1 additions and 2 deletions

View File

@ -311,8 +311,7 @@ text2pcap-scanner.c : text2pcap-scanner.l
$(LEX) -otext2pcap-scanner.c text2pcap-scanner.l
clean_gtk2.tmp:
rm -f gtk2.tmp/*
if exist gtk2.tmp rmdir gtk2.tmp
rm -rf gtk2.tmp
clean: clean_gtk2.tmp clean-deps
rm -f $(wireshark_OBJECTS) $(tshark_OBJECTS) $(EXTRA_OBJECTS) \