summaryrefslogtreecommitdiffstats
path: root/cpukit/automake
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/automake')
-rw-r--r--cpukit/automake/local.am6
-rw-r--r--cpukit/automake/subdirs.am4
2 files changed, 2 insertions, 8 deletions
diff --git a/cpukit/automake/local.am b/cpukit/automake/local.am
index 723c12fd84..9e8c9e804e 100644
--- a/cpukit/automake/local.am
+++ b/cpukit/automake/local.am
@@ -4,7 +4,5 @@ preinstall-am: $(PREINSTALL_FILES)
preinstall: preinstall-am
.PHONY: preinstall preinstall-am
-depend-am:
-depend: depend-am
-.PHONY: depend depend-am
-
+depend:
+.PHONY: depend
diff --git a/cpukit/automake/subdirs.am b/cpukit/automake/subdirs.am
index 3d54285dec..00eba7cd1d 100644
--- a/cpukit/automake/subdirs.am
+++ b/cpukit/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