summaryrefslogtreecommitdiffstats
path: root/c/src/automake
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/automake')
-rw-r--r--c/src/automake/compile.am2
-rw-r--r--c/src/automake/host.am4
-rw-r--r--c/src/automake/local.am4
-rw-r--r--c/src/automake/subdirs.am4
4 files changed, 0 insertions, 14 deletions
diff --git a/c/src/automake/compile.am b/c/src/automake/compile.am
index be79b73c37..1695da81d0 100644
--- a/c/src/automake/compile.am
+++ b/c/src/automake/compile.am
@@ -4,8 +4,6 @@
## RTEMS_USE_GCC .. if we are using GCC
-depend:
-
if RTEMS_USE_GCC
RTEMS_RELLDFLAGS = -qnolinkcmds -nostdlib -Wl,-r
endif
diff --git a/c/src/automake/host.am b/c/src/automake/host.am
index b7033e3df0..4a7aa2d65e 100644
--- a/c/src/automake/host.am
+++ b/c/src/automake/host.am
@@ -8,7 +8,3 @@
preinstall-am: $(PREINSTALL_FILES)
preinstall: preinstall-am
.PHONY: preinstall preinstall-am
-
-depend-am:
-depend: depend-am
-.PHONY: depend depend-am
diff --git a/c/src/automake/local.am b/c/src/automake/local.am
index 4ecc353d5b..c170178e1b 100644
--- a/c/src/automake/local.am
+++ b/c/src/automake/local.am
@@ -4,8 +4,4 @@ preinstall-am: $(PREINSTALL_FILES)
preinstall: preinstall-am
.PHONY: preinstall preinstall-am
-depend-am:
-depend: depend-am
-.PHONY: depend depend-am
-
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools
diff --git a/c/src/automake/subdirs.am b/c/src/automake/subdirs.am
index 3d54285dec..00eba7cd1d 100644
--- a/c/src/automake/subdirs.am
+++ b/c/src/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