[ASN1] Fix the nmake clean target.

Change-Id: Ia18cc03a4339cf4c9b43cb8d897c8c47382605c5
Reviewed-on: https://code.wireshark.org/review/14477
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
AndersBroman 2016-03-15 12:37:02 +01:00 committed by Anders Broman
parent 880ac95391
commit e6d822a0f6
2 changed files with 7 additions and 4 deletions

View File

@ -581,9 +581,7 @@ clean-local:
rm -rf $(INSTALL_DIR_QT)
clean: clean-local
cd asn1
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ../wiretap
cd wiretap
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ../wsutil
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean

View File

@ -73,10 +73,15 @@ x11-dissector: ..\..\tools/process-x11-fields.pl x11-fields ..\..\tools/process-
$(PERL) ../../tools/process-x11-fields.pl < x11-fields
$(PERL) ../../tools/process-x11-xcb.pl
clean:
clean-local:
rm -f dissectors.lib *.nativecodeanalysis.xml *.pdb *.sbr register.c-tmp register-cache.pkl \
$(DISSECTOR_OBJECTS) $(DISSECTOR_SUPPORT_OBJECTS)
clean: clean-local
cd asn1
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..
distclean: clean
maintainer-clean: distclean