summaryrefslogtreecommitdiffstats
path: root/cpukit/automake/local.am
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/automake/local.am')
-rw-r--r--cpukit/automake/local.am7
1 files changed, 2 insertions, 5 deletions
diff --git a/cpukit/automake/local.am b/cpukit/automake/local.am
index 165142bc01..90418b29b8 100644
--- a/cpukit/automake/local.am
+++ b/cpukit/automake/local.am
@@ -20,12 +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
-
-${ARCH}:
- mkdir ${ARCH}
+.PHONY: depend depend-am depend-gcc
clean-local:
$(RM) -r o-optimize o-debug o-profile $(CLEANDIRS)