aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am3
-rw-r--r--Makefile.nmake2
2 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 3b70694638..b2ef3505f4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -537,8 +537,7 @@ MAINTAINERCLEANFILES = \
depcomp \
install-sh \
ltmain.sh \
- missing \
- services
+ missing
EXTRA_DIST = \
INSTALL.configure \
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