From fc6f3f41b950a74e75917b7fe6ac2a9ee7fcc0b1 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Tue, 13 Jun 1995 05:49:42 +0000 Subject: [PATCH] * Makefile.in: don't install libss.a git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6051 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/ss/ChangeLog | 4 ++++ src/util/ss/Makefile.in | 8 -------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/util/ss/ChangeLog b/src/util/ss/ChangeLog index 7e324e829..f6250d87f 100644 --- a/src/util/ss/ChangeLog +++ b/src/util/ss/ChangeLog @@ -1,3 +1,7 @@ +Tue Jun 13 01:48:33 1995 Tom Yu (tlyu@dragons-lair) + + * Makefile.in: don't install libss.a + Fri Jun 9 19:00:11 1995 * configure.in: Remove standardized set of autoconf macros, which diff --git a/src/util/ss/Makefile.in b/src/util/ss/Makefile.in index f26a9b4b8..0e47112ed 100644 --- a/src/util/ss/Makefile.in +++ b/src/util/ss/Makefile.in @@ -120,14 +120,6 @@ libss.a: $(OBJS) clean:: $(RM) libss.a -install:: - $(INSTALLLIB) libss.a $(DESTDIR)$(LIBDIR)/libss.a - $(CHMOD) 644 $(DESTDIR)$(LIBDIR)/libss.a - $(RANLIB) $(DESTDIR)$(LIBDIR)/libss.a - $(CHMOD) 444 $(DESTDIR)$(LIBDIR)/libss.a -## - - libss.o: $(OBJS) $(LD) -r -s -o $@ $(OBJS) $(CHMOD) -x $@ -- 2.26.2