aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.nmake
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-08-31 09:27:25 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-08-31 09:27:25 +0000
commitcd5cb315d509d06d9ce22dd6f8841d6b2bf64682 (patch)
tree0e87b959f40dd4fe108f3905dc17dcc9d9a99905 /epan/Makefile.nmake
parent464d135ef2ca027065f5fafe2bcc9c53787a761c (diff)
And fix distclean and maintainer-clean.
svn path=/trunk/; revision=38813
Diffstat (limited to 'epan/Makefile.nmake')
-rw-r--r--epan/Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake
index 35e7ae1e45..b6fe71c4a0 100644
--- a/epan/Makefile.nmake
+++ b/epan/Makefile.nmake
@@ -146,7 +146,7 @@ distclean-local: clean-local
dtd_grammar.out sminmpec.c
distclean: distclean-local
- cd ../crypt
+ cd crypt
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
cd ../ftypes
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
@@ -163,7 +163,7 @@ distclean: distclean-local
maintainer-clean-local: distclean-local
maintainer-clean: maintainer-clean-local
- cd ../crypt
+ cd crypt
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
cd ../ftypes
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean