summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/ss/ChangeLog4
-rw-r--r--src/util/ss/Makefile.in8
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 <tytso@rsx-11.mit.edu>
* 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 $@