projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0ee97a
)
* Makefile.in: nuke the libcom_err.a.bak stuff
author
Tom Yu
<tlyu@mit.edu>
Thu, 14 Jul 1994 07:33:56 +0000
(07:33 +0000)
committer
Tom Yu
<tlyu@mit.edu>
Thu, 14 Jul 1994 07:33:56 +0000
(07:33 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3966
dc483132
-0cff-0310-8789-
dd5450dbe970
src/util/et/ChangeLog
patch
|
blob
|
history
src/util/et/Makefile.in
patch
|
blob
|
history
diff --git
a/src/util/et/ChangeLog
b/src/util/et/ChangeLog
index 168931109d2b0331f6b1e0fea501c5bcda4a15a4..d6f8070c0c93cafbf6e2d9d29ac3fb56921aa2c5 100644
(file)
--- a/
src/util/et/ChangeLog
+++ b/
src/util/et/ChangeLog
@@
-1,3
+1,7
@@
+Wed Jul 13 23:19:34 1994 Tom Yu (tlyu at dragons-lair)
+
+ * Makefile.in: nuke the libcom_err.a.bak stuff
+
Sun Jul 3 07:48:04 1994 Tom Yu (tlyu at dragons-lair)
* Makefile.in: cleaning up to not spew ignored errors
diff --git
a/src/util/et/Makefile.in
b/src/util/et/Makefile.in
index f7cf3d04fa4a2dcaca250f9146ffb4c35b5436eb..3a0d02d6e1cdf12a71e01942fb404a7acf3ccd48 100644
(file)
--- a/
src/util/et/Makefile.in
+++ b/
src/util/et/Makefile.in
@@
-66,7
+66,6
@@
install:: compile_et.1
all:: libcom_err.a
libcom_err.a: $(LIBOBJS)
- if test -f $@; then $(RM) $@.bak; $(MV) $@ $@.bak; else :; fi;
$(ARCHIVE) $@ $(LIBOBJS)
$(RANLIB) $@