From: Tom Yu Date: Tue, 17 Nov 1998 20:40:19 +0000 (+0000) Subject: * Makefile.in (autoconf.stamp): Fix up to deal with config.status X-Git-Tag: krb5-1.1-beta1~475 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3523c3942b0d0ea73ff51b3f3fdd05f9e030b5f6;p=krb5.git * Makefile.in (autoconf.stamp): Fix up to deal with config.status not being in the current directory anymore. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11042 dc483132-0cff-0310-8789-dd5450dbe970 --- 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 + + * Makefile.in (autoconf.stamp): Fix up to deal with config.status + not being in the current directory anymore. + 1998-11-13 Theodore Ts'o * 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::