summaryrefslogtreecommitdiffstats
path: root/cpukit/automake/local.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-14 05:20:59 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-14 05:20:59 +0000
commit5c24afe96ea214258db61cf85b5df867a4d8bbd7 (patch)
tree4cdcfd2a10a68e2e62f5fbf834499b40fc97dc30 /cpukit/automake/local.am
parent2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-5c24afe96ea214258db61cf85b5df867a4d8bbd7.tar.bz2
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES. Add PREINSTALL_FILES to CLEANFILES. * automake/local.am: Remove depend-am. * automake/subdirs.am: Remove depend-recursive.
Diffstat (limited to '')
-rw-r--r--cpukit/automake/local.am6
1 files changed, 2 insertions, 4 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