diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/Makefile.in | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3240c2662..0e684ca6d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2005-02-04 Ken Raeburn <raeburn@mit.edu> + * Makefile.in (config.status): Depend on shlib.conf. + * aclocal.m4 (KRB5_AC_ENABLE_THREADS): If thread support is not enabled, zap the PTHREAD_ variables. diff --git a/src/Makefile.in b/src/Makefile.in index 3a94a769e..686d0b679 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -23,6 +23,11 @@ all-prerecurse: update-autoconf-h update-autoconf-h: (cd include && $(MAKE) krb5/autoconf.h) +##DOS##!if 0 +# This makefile doesn't use lib.in, but we still need shlib.conf here. +config.status: $(SRCTOP)/config/shlib.conf +##DOS##!endif + all-windows:: maybe-awk Makefile-windows @echo Making autoconf.h in include\krb5 cd include\krb5 |
