From: Theodore Tso Date: Thu, 15 Aug 1996 20:30:22 +0000 (+0000) Subject: "install" the db-ndbm header file with symlinks X-Git-Tag: krb5-1.0-beta7~144 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=08e865639f50674864529cbc072372c1ae7b1761;p=krb5.git "install" the db-ndbm header file with symlinks git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8938 dc483132-0cff-0310-8789-dd5450dbe970 --- 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 + + * Makefile.in (all unix): "install" the db-ndbm header file with + symlinks. + Sun Jul 28 00:43:16 1996 Sam Hartman * 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