diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2007-09-17 23:47:00 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2007-09-17 23:47:00 +0000 |
| commit | f96d4b689b6762fe594eb089abb4a5e0a0f3ca1d (patch) | |
| tree | 4ac1650a4561d1ed37a95d9a8719171d6c5626ce /src/include | |
| parent | 569cef75edf5525c46e34e55dc53dcc8a814ee05 (diff) | |
| download | krb5-f96d4b689b6762fe594eb089abb4a5e0a0f3ca1d.tar.gz krb5-f96d4b689b6762fe594eb089abb4a5e0a0f3ca1d.tar.xz krb5-f96d4b689b6762fe594eb089abb4a5e0a0f3ca1d.zip | |
Make config.status itself update the timestamp file associated with
autoconf.h, so that we don't need a redundant invocation of
config.status during the first build.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19937 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/Makefile.in b/src/include/Makefile.in index 70a8cad5c1..2a20d73831 100644 --- a/src/include/Makefile.in +++ b/src/include/Makefile.in @@ -48,10 +48,10 @@ $(srcdir)/autoconf.stmp: $(srcdir)/$(thisconfigdir)/configure.in $(SRCTOP)/acloc ############################################################################### ##DOS##!if 0 +# config.status will now update autoconf.stamp itself. autoconf.h: autoconf.stamp autoconf.stamp: $(srcdir)/autoconf.h.in $(thisconfigdir)/config.status (cd $(thisconfigdir) && $(SHELL) config.status $(mydir)/autoconf.h) - touch autoconf.stamp SYSCONFDIR = @sysconfdir@ LOCALSTATEDIR = @localstatedir@ |
