aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2010-10-04 20:47:50 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2010-10-04 20:47:50 +0000
commit6b05317fc5510ed644bf70bd8428700275846fe5 (patch)
treedbd93a724843756c8a02aa4f7c98222ee1d943ec /Makefile.nmake
parent86561c0e37d0c24c78c136371d923493be6ee4b0 (diff)
Don't remove the services file. It isn't built in the same way that
sminmpec.c is. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34373 f5534014-38df-0310-8fa8-9805f1628bb7
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