* Makefile.in: nuke libss.a.bak crud
authorTom Yu <tlyu@mit.edu>
Thu, 14 Jul 1994 07:34:30 +0000 (07:34 +0000)
committerTom Yu <tlyu@mit.edu>
Thu, 14 Jul 1994 07:34:30 +0000 (07:34 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3967 dc483132-0cff-0310-8789-dd5450dbe970

src/util/ss/ChangeLog
src/util/ss/Makefile.in

index 07948944be3027647346aa2c8f9f858e6a082d1a..cd2393d0d3cb36399e14c431e904b2d296e78a52 100644 (file)
@@ -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.
index f3b058558a32757e129fe04b7f1913f82ed78bed..04a15a2a25eebc52bca477ee3ab286f8e22f0f20 100644 (file)
@@ -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) $@