summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/ChangeLog5
-rw-r--r--src/include/krb5/Makefile.in4
2 files changed, 7 insertions, 2 deletions
diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog
index a467f996e..27690ebc3 100644
--- a/src/include/krb5/ChangeLog
+++ b/src/include/krb5/ChangeLog
@@ -1,3 +1,8 @@
+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
diff --git a/src/include/krb5/Makefile.in b/src/include/krb5/Makefile.in
index eaeb77f65..f409d81cb 100644
--- a/src/include/krb5/Makefile.in
+++ b/src/include/krb5/Makefile.in
@@ -24,8 +24,8 @@ all-windows::
# 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::