From: Tom Yu Date: Fri, 30 Jun 2000 23:20:53 +0000 (+0000) Subject: * Makefile.in (all-unix, clean_unix): Removed util/db2 include X-Git-Tag: krb5-1.3-alpha1~2043 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=51f76b1ed0143097b20a52a24de04cc9b1f51757;p=krb5.git * Makefile.in (all-unix, clean_unix): Removed util/db2 include symlinking rules. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12494 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/ChangeLog b/src/util/ChangeLog index 3008b4aa8..b1cb6234a 100644 --- a/src/util/ChangeLog +++ b/src/util/ChangeLog @@ -1,5 +1,8 @@ 2000-06-30 Tom Yu + * Makefile.in (all-unix, clean_unix): Removed util/db2 include + symlinking rules. + * Makefile.in (all-unix, clean_unix): Update for current geography of util/db2; needs to be moved to util/db2/Makefile.in at some point. diff --git a/src/util/Makefile.in b/src/util/Makefile.in index b315e0d68..e0514d033 100644 --- a/src/util/Makefile.in +++ b/src/util/Makefile.in @@ -39,27 +39,6 @@ clean-windows:: $(MAKE) -$(MFLAGS) clean cd .. -# this is necessary because the db2 build, which is intended to be -# standalone, of course does not know to make symlinks in the right -# magic places in the krb5 build tree so other parts of the tree can -# find db2. So we make those links here. this can't use CopyHeader, -# because there's no way in this make setup to do stuff after the -# subdirectory recursion. fortunately, one does not need a -# destination to make a link... - -all-unix:: - $(RM) ../include/db.h ../include/db-config.h ../include/db-ndbm.h - ln -s ../util/db2/include/db.h ../include - ln -s ../util/db2/include/db-config.h ../include - if test '$(srcdir)' = . ; then \ - ln -s ../util/db2/include/db-ndbm.h ../include; \ - else \ - ln -s $(srcdir)/db2/include/db-ndbm.h ../include; \ - fi - -clean-unix:: - $(RM) ../include/db.h ../include/db-config.h ../include/db-ndbm.h - unixmac: libupdate libupdate: $(srcdir)/libupdate.sh