summaryrefslogtreecommitdiffstats
path: root/cpukit/automake
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-11 02:30:12 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-11 02:30:12 +0000
commit35d9b418a25f096eebcf01e84e4369103b885126 (patch)
tree186f22b095f8a03cadb5e7dfbed4e3ab7d8dd6e7 /cpukit/automake
parent2004-01-09 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-35d9b418a25f096eebcf01e84e4369103b885126.tar.bz2
2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac, aclocal/enable-bare.m4, aclocal/enable-inlines.m4, aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4, aclocal/enable-posix.m4, aclocal/enable-rtems-debug.m4, aclocal/multi.m4, aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING (deprecated in autoconf-2.59) * automake/local.am: Remove clean-local, depend-gcc.
Diffstat (limited to 'cpukit/automake')
-rw-r--r--cpukit/automake/local.am8
1 files changed, 2 insertions, 6 deletions
diff --git a/cpukit/automake/local.am b/cpukit/automake/local.am
index 70326fb82f..723c12fd84 100644
--- a/cpukit/automake/local.am
+++ b/cpukit/automake/local.am
@@ -4,11 +4,7 @@ preinstall-am: $(PREINSTALL_FILES)
preinstall: preinstall-am
.PHONY: preinstall preinstall-am
-depend-am: depend-gcc
+depend-am:
depend: depend-am
-.PHONY: depend depend-am depend-gcc
-
-clean-local:
- $(RM) -r o-optimize o-debug $(CLEANDIRS)
- $(RM) Depends-o-optimize.tmp Depends-o-debug.tmp
+.PHONY: depend depend-am