* Makefile.in (autoconf.stamp): Fix up to deal with config.status
authorTom Yu <tlyu@mit.edu>
Tue, 17 Nov 1998 20:40:19 +0000 (20:40 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 17 Nov 1998 20:40:19 +0000 (20:40 +0000)
not being in the current directory anymore.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11042 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/ChangeLog
src/include/krb5/Makefile.in

index a467f996e36007665732daa72812b58c97e555cd..27690ebc3754c66024f835eed44798807cac861b 100644 (file)
@@ -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
index eaeb77f6544eec4eab4e66f9fbfcdb4abf6d5f99..f409d81cb5299b5e45dd0ee8c287196140cd6abc 100644 (file)
@@ -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::