summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>1994-07-14 07:34:30 +0000
committerTom Yu <tlyu@mit.edu>1994-07-14 07:34:30 +0000
commitece77e4e7c290ed151e354b1624bd6a5f95f9423 (patch)
tree15a9d8b1c380d010a1d243b172c49bd8921eee1b
parent51973b911a7ccaeaba4896f84533d92b7a27930a (diff)
downloadkrb5-ece77e4e7c290ed151e354b1624bd6a5f95f9423.tar.gz
krb5-ece77e4e7c290ed151e354b1624bd6a5f95f9423.tar.xz
krb5-ece77e4e7c290ed151e354b1624bd6a5f95f9423.zip
* Makefile.in: nuke libss.a.bak crud
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3967 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/util/ss/ChangeLog4
-rw-r--r--src/util/ss/Makefile.in1
2 files changed, 4 insertions, 1 deletions
diff --git a/src/util/ss/ChangeLog b/src/util/ss/ChangeLog
index 07948944b..cd2393d0d 100644
--- a/src/util/ss/ChangeLog
+++ b/src/util/ss/ChangeLog
@@ -1,3 +1,7 @@
+Wed Jul 13 23:20:44 1994 Tom Yu (tlyu at dragons-lair)
+
+ * Makefile.in: nuke libss.a.bak crud
+
Sun Jul 3 07:48:43 1994 Tom Yu (tlyu at dragons-lair)
* Makefile.in: changing things to now spew ignored errors.
diff --git a/src/util/ss/Makefile.in b/src/util/ss/Makefile.in
index f3b058558..04a15a2a2 100644
--- a/src/util/ss/Makefile.in
+++ b/src/util/ss/Makefile.in
@@ -110,7 +110,6 @@ ct.tab.c ct.tab.h: ct.y
all:: libss.a
libss.a: $(OBJS)
- if test -f $@; then $(RM) $@.bak; $(MV) $@ $@.bak; else :; fi
$(ARCHIVE) $@ $(OBJS)
$(RANLIB) $@