This is so that if Makefile.in is updated, configure will create a new
env-setup.sh - which will not be executable.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9209
dc483132-0cff-0310-8789-
dd5450dbe970
+Fri Oct 18 16:15:45 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * Makefile.in (env-setup.stamp): Add dependency upon Makefile.
+
Thu Oct 17 18:28:36 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
* qualname.plin: Downcase the FQDN for keytab use. [krb5-libs/116]
# Should only rebuild env_setup.sh here (use CONFIG_FILES=), but the weird krb5
# makefile post-processing is unconditional and would trash the makefile.
env-setup.sh: env-setup.stamp
-env-setup.stamp: $(srcdir)/env-setup.shin config.status
+env-setup.stamp: $(srcdir)/env-setup.shin config.status Makefile
$(SHELL) config.status
chmod +x env-setup.sh
touch env-setup.stamp