From 2a1a547092f4430384231b2c84c9a37069cb3182 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 27 Aug 1997 20:29:26 +0000 Subject: Added rule so TARGET_VARIANTS are dependent on the environment stuff. --- c/Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'c/Makefile.in') 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 -- cgit v1.2.3