install-recurse check-recurse Makefiles-recurse): Do not pass down
CC and CCOPTS to subdirs. This causes automatic reconfiguration to
fail with autoconf 2.52 where config.status is invoked with
different environment variables.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13676
dc483132-0cff-0310-8789-
dd5450dbe970
+2001-08-07 Ezra Peisach <epeisach@mit.edu>
+
+ * post.in (all-recurse clean-recurse distclean-recurse
+ install-recurse check-recurse Makefiles-recurse): Do not pass down
+ CC and CCOPTS to subdirs. This causes automatic reconfiguration to
+ fail with autoconf 2.52 where config.status is invoked with
+ different environment variables.
+
2001-07024 Jeffrey Altman <jaltman@columbia.edu>
* win-pre.in: the proper #define is KRB5_DNS_LOOKUP_REALM
case $$i in .);; *) \
target=`echo $@|sed s/-recurse//`; \
echo "making $$target in $(CURRENT_DIR)$$i..."; \
- if (cd $$i ; $(MAKE) CC="$(CC)" CCOPTS="$(CCOPTS)" \
+ if (cd $$i ; $(MAKE) \
CURRENT_DIR=$(CURRENT_DIR)$$i/ $$target) then :; \
else eval $$e; fi; \
;; \