diff options
| author | Theodore Tso <tytso@mit.edu> | 1996-08-15 20:30:22 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1996-08-15 20:30:22 +0000 |
| commit | 08e865639f50674864529cbc072372c1ae7b1761 (patch) | |
| tree | bec01f6025df62ab8deb394bb5842f8b77265b95 /src | |
| parent | bff1810b79eab25b16f75e1c3f011d5af5999d1b (diff) | |
"install" the db-ndbm header file with symlinks
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8938 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/util/ChangeLog | 5 | ||||
| -rw-r--r-- | src/util/Makefile.in | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/src/util/ChangeLog b/src/util/ChangeLog index 439fe79a9..7effd1edf 100644 --- a/src/util/ChangeLog +++ b/src/util/ChangeLog @@ -1,3 +1,8 @@ +Thu Aug 15 16:30:00 1996 Theodore Ts'o <tytso@rsts-11.mit.edu> + + * Makefile.in (all unix): "install" the db-ndbm header file with + symlinks. + Sun Jul 28 00:43:16 1996 Sam Hartman <hartmans@tertius.mit.edu> * makeshlib.sh (aix Allow symbols for the shared library to diff --git a/src/util/Makefile.in b/src/util/Makefile.in index 0faedfa1e..12fcfb56e 100644 --- a/src/util/Makefile.in +++ b/src/util/Makefile.in @@ -20,10 +20,12 @@ all-windows: libupdate # destination to make a link... all-unix:: - $(RM) ../include/db.h ../include/db-config.h ../lib/libdb.a + $(RM) ../include/db.h ../include/db-config.h ../include/db-ndbm.h \ + ../lib/libdb.a ln -s ../util/db2/obj/db.h ../include ln -s ../util/db2/obj/db-config.h ../include ln -s ../util/db2/obj/libdb.a ../lib + ln -s $(srcdir)/db2/include/db-ndbm.h ../include unixmac: libupdate |
