diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2003-01-10 05:55:49 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2003-01-10 05:55:49 +0000 |
| commit | fae39968a963b5ca7c1c98c354bffa6b9b522b5e (patch) | |
| tree | 017f5c35620f5056ac5873d2a7b6bffc14c62ab2 /src/lib/crypto/keyhash_provider | |
| parent | 6a264aecc07c63e3edd016979183f895353f75ab (diff) | |
| download | krb5-fae39968a963b5ca7c1c98c354bffa6b9b522b5e.tar.gz krb5-fae39968a963b5ca7c1c98c354bffa6b9b522b5e.tar.xz krb5-fae39968a963b5ca7c1c98c354bffa6b9b522b5e.zip | |
Use markers in Makefile.in rather than rules in configure.in to indicate when
to use the lib.in and libobj.in makefile fragments. Pushing this per-directory
info into Makefile.in will make it a little easier to work on combining
configure scripts for multiple directories.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15107 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/keyhash_provider')
| -rw-r--r-- | src/lib/crypto/keyhash_provider/ChangeLog | 4 | ||||
| -rw-r--r-- | src/lib/crypto/keyhash_provider/Makefile.in | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/crypto/keyhash_provider/ChangeLog b/src/lib/crypto/keyhash_provider/ChangeLog index 67f1f85ff6..9e6a153ed0 100644 --- a/src/lib/crypto/keyhash_provider/ChangeLog +++ b/src/lib/crypto/keyhash_provider/ChangeLog @@ -1,3 +1,7 @@ +2003-01-10 Ken Raeburn <raeburn@mit.edu> + + * Makefile.in: Add AC_SUBST_FILE marker for libobj_frag. + 2002-12-23 Ezra Peisach <epeisach@bu.edu> * t_cksum.c: Cleanup (potential) variable used before set warning. diff --git a/src/lib/crypto/keyhash_provider/Makefile.in b/src/lib/crypto/keyhash_provider/Makefile.in index ddb1828d6e..27c3821fd7 100644 --- a/src/lib/crypto/keyhash_provider/Makefile.in +++ b/src/lib/crypto/keyhash_provider/Makefile.in @@ -51,6 +51,9 @@ clean-unix:: $(RM) t_cksum5 t_cksum5.o clean-unix:: clean-libobjs + +# @libobj_frag@ + # +++ Dependency line eater +++ # # Makefile dependencies follow. This must be the last section in |
