summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--automake/subdirs.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/automake/subdirs.am b/automake/subdirs.am
index 3d54285dec..00eba7cd1d 100644
--- a/automake/subdirs.am
+++ b/automake/subdirs.am
@@ -7,7 +7,6 @@
## Once automake is fully integrated these make targets
## and this file will probably be removed
-depend-recursive \
preinstall-recursive:
@set fnord $(MAKEFLAGS); amf=$$2; \
dot_seen=no; \
@@ -31,6 +30,3 @@ preinstall-recursive:
preinstall: preinstall-recursive
.PHONY: preinstall-recursive
-
-depend: depend-recursive
-.PHONY: depend-recursive