summaryrefslogtreecommitdiffstats
path: root/automake/local.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-02-28 05:13:20 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-02-28 05:13:20 +0000
commit15eb411e86ea28b79343858152a10107de0f71f8 (patch)
tree6aa2575b572b96ccd23d3f4978efee5bd63931cd /automake/local.am
parent2003-02-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-15eb411e86ea28b79343858152a10107de0f71f8.tar.bz2
2003-02-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am: Introduce depend-gcc. * automake/lib.am: Remove stray comment. * automake/local.am: Introduce depend-gcc.
Diffstat (limited to '')
-rw-r--r--automake/local.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/automake/local.am b/automake/local.am
index 013d48f70a..59698e508d 100644
--- a/automake/local.am
+++ b/automake/local.am
@@ -20,9 +20,9 @@ preinstall-am: $(PREINSTALL_FILES)
preinstall: preinstall-am
.PHONY: preinstall preinstall-am
-depend-am:
+depend-am: depend-gcc
depend: depend-am
-.PHONY: depend depend-am
+.PHONY: depend depend-am depend-gcc
PROJECT_TOOLS = $(PROJECT_RELEASE)/build-tools