diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2005-02-04 23:12:08 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2005-02-04 23:12:08 +0000 |
| commit | f81f4f5f751cf393c5e54b3eeec774598adbff65 (patch) | |
| tree | 1a6f426c524ad4f2a7a26bd32280314173486360 /src | |
| parent | aff40216960f0d87634e1429b1ff7e2237eed803 (diff) | |
| download | krb5-f81f4f5f751cf393c5e54b3eeec774598adbff65.tar.gz krb5-f81f4f5f751cf393c5e54b3eeec774598adbff65.tar.xz krb5-f81f4f5f751cf393c5e54b3eeec774598adbff65.zip | |
* Makefile.in (config.status): Depend on shlib.conf
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17087 dc483132-0cff-0310-8789-dd5450dbe970
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 |
