aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2010-10-04 20:47:50 +0000
committerGerald Combs <gerald@wireshark.org>2010-10-04 20:47:50 +0000
commit0721b1ff79d0673d196c0a85ae2185290b956e70 (patch)
treedbd93a724843756c8a02aa4f7c98222ee1d943ec /Makefile.nmake
parent5769b521bdb0e29677cc9fae717d061fc694d299 (diff)
Don't remove the services file. It isn't built in the same way that
sminmpec.c is. svn path=/trunk/; revision=34373
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index fcc0555c6c..15cc0b6c33 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -510,7 +510,7 @@ distclean-local: clean-local
$(ZLIB_DIR)\include\zlib.h $(ZLIB_DIR)\include\zconf.h \
$(ZLIB_DIR)\lib\zdll.lib
!ENDIF
- rm -f config.h $(BUILT_SOURCES) services
+ rm -f config.h $(BUILT_SOURCES)
distclean: distclean-local
cd wiretap