summaryrefslogtreecommitdiffstats
path: root/src/util/Makefile.in
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2000-06-30 23:20:53 +0000
committerTom Yu <tlyu@mit.edu>2000-06-30 23:20:53 +0000
commit51f76b1ed0143097b20a52a24de04cc9b1f51757 (patch)
tree3a6e9a718fdec87363c6af84eadc824fc8dce50d /src/util/Makefile.in
parent9361611e9dfd4a6ddf3be9f7442c77887fa05d26 (diff)
downloadkrb5-51f76b1ed0143097b20a52a24de04cc9b1f51757.tar.gz
krb5-51f76b1ed0143097b20a52a24de04cc9b1f51757.tar.xz
krb5-51f76b1ed0143097b20a52a24de04cc9b1f51757.zip
* 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
Diffstat (limited to 'src/util/Makefile.in')
-rw-r--r--src/util/Makefile.in21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/util/Makefile.in b/src/util/Makefile.in
index b315e0d68a..e0514d033c 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