diff options
| author | John Gilmore <gnu@toad.com> | 1995-03-17 05:14:11 +0000 |
|---|---|---|
| committer | John Gilmore <gnu@toad.com> | 1995-03-17 05:14:11 +0000 |
| commit | 5418c5f1876765bcd99aa8a4f1610db212fadc9d (patch) | |
| tree | 35a1eabcd2b6d7a5f29012b62feedbff7179549e /src/lib/crypto/ChangeLog | |
| parent | 3386d1496d8d9b9f021ce6af9a00d1aee794fc46 (diff) | |
* Makefile.in (CFLAGS): Avoid continuation line that starts with
dash; it confuses the Unix->MPW makefile converter.
(##DOSLIBNAME): No longer needed since DLL built one level up.
(all-mac): Add.
(libcrypto.a): Use explicit "./" on paths to DONE files, to
help Unix->MPW makefile converter with rotten Mac pathname conventions.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5141 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/ChangeLog')
| -rw-r--r-- | src/lib/crypto/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/crypto/ChangeLog b/src/lib/crypto/ChangeLog index b84541918..d684f68b8 100644 --- a/src/lib/crypto/ChangeLog +++ b/src/lib/crypto/ChangeLog @@ -1,3 +1,12 @@ +Thu Mar 16 21:10:37 1995 John Gilmore (gnu at toad.com) + + * Makefile.in (CFLAGS): Avoid continuation line that starts with + dash; it confuses the Unix->MPW makefile converter. + (##DOSLIBNAME): No longer needed since DLL built one level up. + (all-mac): Add. + (libcrypto.a): Use explicit "./" on paths to DONE files, to + help Unix->MPW makefile converter with rotten Mac pathname conventions. + Wed Mar 15 20:23:17 1995 Keith Vetter (keithv@fusion.com) * Makefile.in: cleaned up for the PC |
