not being in the current directory anymore.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11042
dc483132-0cff-0310-8789-
dd5450dbe970
+Tue Nov 17 15:39:32 1998 Tom Yu <tlyu@mit.edu>
+
+ * Makefile.in (autoconf.stamp): Fix up to deal with config.status
+ not being in the current directory anymore.
+
1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
* Makefile.in: Set the myfulldir and mydir variables (which are
# Should only rebuild autoconf.h here (use CONFIG_FILES=), but the weird krb5
# makefile post-processing is unconditional and would trash the makefile.
autoconf.h: autoconf.stamp
-autoconf.stamp: $(srcdir)/autoconf.h.in config.status
- $(SHELL) config.status
+autoconf.stamp: $(srcdir)/autoconf.h.in $(thisconfigdir)/config.status
+ (cd $(thisconfigdir) && $(SHELL) config.status)
touch autoconf.stamp
depend::