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.
$(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