From: Tom Yu Date: Tue, 13 Jun 1995 05:49:42 +0000 (+0000) Subject: * Makefile.in: don't install libss.a X-Git-Tag: krb5-1.0-beta6~1758 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fc6f3f41b950a74e75917b7fe6ac2a9ee7fcc0b1;p=krb5.git * Makefile.in: don't install libss.a git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6051 dc483132-0cff-0310-8789-dd5450dbe970 --- 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 $@