diff options
author | Theodore Tso <tytso@mit.edu> | 1995-04-14 12:30:10 +0000 |
---|---|---|
committer | Theodore Tso <tytso@mit.edu> | 1995-04-14 12:30:10 +0000 |
commit | 2f06099a7d6b977f6ff873d0b74b9e2e843315be (patch) | |
tree | 17628c4c755fc0e41f3786e3983da6ec98fec5d9 /src/lib/ChangeLog | |
parent | b35f0fa9410e3c1a078af245c94ea07678a6545e (diff) | |
download | krb5-2f06099a7d6b977f6ff873d0b74b9e2e843315be.tar.gz krb5-2f06099a7d6b977f6ff873d0b74b9e2e843315be.tar.xz krb5-2f06099a7d6b977f6ff873d0b74b9e2e843315be.zip |
Makefile.in, configure.in: Move dependency for all-$WHAT back
into Makefile.in so that the Windows port can pick up the
line (since it doesn't use configure). Instead, change
the name of target which causes the subdirectories to be
built under Unix, and make that a dependency for all-unix.
Gross, but this should fix things for both DOS and Windows.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5356 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/ChangeLog')
-rw-r--r-- | src/lib/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/ChangeLog b/src/lib/ChangeLog index 9e6e698ba3..ab531a2ec6 100644 --- a/src/lib/ChangeLog +++ b/src/lib/ChangeLog @@ -1,3 +1,12 @@ +Wed Apr 12 14:40:30 1995 Theodore Y. Ts'o (tytso@dcl) + + * Makefile.in, configure.in: Move dependency for all-$WHAT back + into Makefile.in so that the Windows port can pick up the + line (since it doesn't use configure). Instead, change + the name of target which causes the subdirectories to be + built under Unix, and make that a dependency for all-unix. + Gross, but this should fix things for both DOS and Windows. + Thu Apr 13 16:56:50 1995 Keith Vetter (keithv@fusion.com) * Makefile.in, libkrb5.def, gssapi.def (new): |