* Makefile.in (all-unix, clean_unix): Removed util/db2 include
authorTom Yu <tlyu@mit.edu>
Fri, 30 Jun 2000 23:20:53 +0000 (23:20 +0000)
committerTom Yu <tlyu@mit.edu>
Fri, 30 Jun 2000 23:20:53 +0000 (23:20 +0000)
symlinking rules.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12494 dc483132-0cff-0310-8789-dd5450dbe970

src/util/ChangeLog
src/util/Makefile.in

index 3008b4aa8ca9bab652be2e726251c7e06bf347a7..b1cb6234ab4f9099c04e5dfb3d0ddbcf6c2931e6 100644 (file)
@@ -1,5 +1,8 @@
 2000-06-30  Tom Yu  <tlyu@mit.edu>
 
+       * 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.
index b315e0d68afe19d4280cc8debfd9d7d9edd0c905..e0514d033cac09bef5bf286df3b5a38f2d636bd1 100644 (file)
@@ -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