aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2016-03-15 12:37:02 +0100
committerAnders Broman <a.broman58@gmail.com>2016-03-15 11:38:45 +0000
commite6d822a0f6515360134b893c31f1e42d5bc152c8 (patch)
tree5386673d94f77f3eacad006c6bf1fc20bcd0b388 /epan
parent880ac9539154ec09783277c66667d4e6ab629c10 (diff)
[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>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/Makefile.nmake7
1 files changed, 6 insertions, 1 deletions
diff --git a/epan/dissectors/Makefile.nmake b/epan/dissectors/Makefile.nmake
index abde78d1ec..75a9f1fcc9 100644
--- a/epan/dissectors/Makefile.nmake
+++ b/epan/dissectors/Makefile.nmake
@@ -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