projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51973b9
)
* Makefile.in: nuke libss.a.bak crud
author
Tom Yu
<tlyu@mit.edu>
Thu, 14 Jul 1994 07:34:30 +0000
(07:34 +0000)
committer
Tom 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
patch
|
blob
|
history
src/util/ss/Makefile.in
patch
|
blob
|
history
diff --git
a/src/util/ss/ChangeLog
b/src/util/ss/ChangeLog
index 07948944be3027647346aa2c8f9f858e6a082d1a..cd2393d0d3cb36399e14c431e904b2d296e78a52 100644
(file)
--- 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 f3b058558a32757e129fe04b7f1913f82ed78bed..04a15a2a25eebc52bca477ee3ab286f8e22f0f20 100644
(file)
--- 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) $@