summaryrefslogtreecommitdiffstats
path: root/c/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-08-27 20:29:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-08-27 20:29:26 +0000
commit2a1a547092f4430384231b2c84c9a37069cb3182 (patch)
tree5e381930d6d698297e33e4d01ee163ad6fe6f8d4 /c/Makefile.in
parentUse own pdir option was reversed. (diff)
downloadrtems-2a1a547092f4430384231b2c84c9a37069cb3182.tar.bz2
Added rule so TARGET_VARIANTS are dependent on the environment stuff.
Diffstat (limited to 'c/Makefile.in')
-rw-r--r--c/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/c/Makefile.in b/c/Makefile.in
index 2a53930fcb..8814aae999 100644
--- a/c/Makefile.in
+++ b/c/Makefile.in
@@ -49,7 +49,10 @@ CREATE_DIRS = include include/sys \
build-tools update-tools
# Make all/install must include 'env'
-all $(TARGET_VARIANTS:%=%_install) $(TARGET_VARIANTS:%=%_all): env
+all: env
+$(TARGET_VARIANTS): env
+$(TARGET_VARIANTS:%=%_install): env
+$(TARGET_VARIANTS:%=%_all): env
# top level clean/clobber will delete the install points
clean_WRAPUP = $(MAKE) clean_wrapup