Don't copy library up a level. Let above Makefile create symlink for
authorEzra Peisach <epeisach@mit.edu>
Wed, 14 Jun 1995 14:19:34 +0000 (14:19 +0000)
committerEzra Peisach <epeisach@mit.edu>
Wed, 14 Jun 1995 14:19:34 +0000 (14:19 +0000)
this library and the .so

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

src/lib/des425/ChangeLog
src/lib/des425/Makefile.in

index 1757b14dc7e2d8c677ad32105f1f1d0493e472ef..12257053f2418c8591af85d3bdc0245cd3a6a55c 100644 (file)
@@ -1,3 +1,8 @@
+Wed Jun 14 07:37:26 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>
+
+       * Makefile.in (libdes425.a): Don't copy library up a level. Let
+               above Makefile symlink to it.
+
 Fri Jun  9 19:18:59 1995    <tytso@rsx-11.mit.edu>
 
        * configure.in: Remove standardized set of autoconf macros, which
index a79f3506bfac84fef0a19221ccd7be0349559736..7b75cf9e1067024608baa5d8bb2d56461b2572ee 100644 (file)
@@ -80,9 +80,6 @@ libdes425.a: $(OBJS)
        $(RM) $@
        $(ARADD) $@ $(OBJS)
        $(RANLIB) $@
-       $(RM) $(TOPLIBD)/libdes425.a
-       $(CP) libdes425.a $(BUILDTOP)/lib/libdes425.a
-       $(RANLIB) $(BUILDTOP)/lib/libdes425.a
 
 install:: libdes425.a
        $(INSTALL_DATA) libdes425.a $(DESTDIR)$(KRB5_LIBDIR)/libdes425.a