From db84ca7336b02cd44402ec3126fc93b2788c1e49 Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Wed, 14 Jun 1995 14:19:34 +0000 Subject: [PATCH] Don't copy library up a level. Let above Makefile create symlink for this library and the .so git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6057 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/des425/ChangeLog | 5 +++++ src/lib/des425/Makefile.in | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/lib/des425/ChangeLog b/src/lib/des425/ChangeLog index 1757b14dc..12257053f 100644 --- a/src/lib/des425/ChangeLog +++ b/src/lib/des425/ChangeLog @@ -1,3 +1,8 @@ +Wed Jun 14 07:37:26 1995 Ezra Peisach + + * Makefile.in (libdes425.a): Don't copy library up a level. Let + above Makefile symlink to it. + Fri Jun 9 19:18:59 1995 * configure.in: Remove standardized set of autoconf macros, which diff --git a/src/lib/des425/Makefile.in b/src/lib/des425/Makefile.in index a79f3506b..7b75cf9e1 100644 --- a/src/lib/des425/Makefile.in +++ b/src/lib/des425/Makefile.in @@ -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 -- 2.26.2