summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/et/ChangeLog4
-rw-r--r--src/util/et/Makefile.in1
2 files changed, 4 insertions, 1 deletions
diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog
index 168931109..d6f8070c0 100644
--- 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 f7cf3d04f..3a0d02d6e 100644
--- 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) $@