aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 039dd6946..93fcb4e9a 100644
--- a/Makefile
+++ b/Makefile
@@ -184,10 +184,6 @@ clean:
184 184
185.PHONY: distclean 185.PHONY: distclean
186distclean: clean 186distclean: clean
187 for dir in $$(dirname $(ALL_ITEMS)) $(MYDIRS); do \
188 $(MAKE) -C $$dir distclean; \
189 done
190 $(MAKE) -C test distclean
191 rm -fr autom4te.cache config.log config.mk config.sh config.status 187 rm -fr autom4te.cache config.log config.mk config.sh config.status
192 188
193.PHONY: realinstall 189.PHONY: realinstall