summaryrefslogtreecommitdiffstats
path: root/c/src/automake/subdirs.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-13 09:16:48 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-13 09:16:48 +0000
commit8de9ae06a5ff93617164f322c11d85ab5255d58c (patch)
tree2ee681b6ebba796f24d9647d8522e481b3b4fe97 /c/src/automake/subdirs.am
parent2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-8de9ae06a5ff93617164f322c11d85ab5255d58c.tar.bz2
Remove depend.
Diffstat (limited to '')
-rw-r--r--c/src/automake/subdirs.am4
1 files changed, 0 insertions, 4 deletions
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