summaryrefslogtreecommitdiffstats
path: root/src/util/et
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/et')
-rw-r--r--src/util/et/ChangeLog4
-rw-r--r--src/util/et/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog
index a1b383dc9..b3b70875f 100644
--- a/src/util/et/ChangeLog
+++ b/src/util/et/ChangeLog
@@ -1,3 +1,7 @@
+Tue Oct 11 12:43:00 1994 Theodore Y. Ts'o (tytso@dcl)
+
+ * Makefile.in: Don't rm the awk and sed scripts during a make clean!
+
Thu Oct 6 19:39:11 1994 Theodore Y. Ts'o (tytso@dcl)
* compile_et.sh: Replace basename with sed -- more portable.
diff --git a/src/util/et/Makefile.in b/src/util/et/Makefile.in
index c6aee8920..d9d99e3da 100644
--- a/src/util/et/Makefile.in
+++ b/src/util/et/Makefile.in
@@ -59,7 +59,7 @@ et_h.awk: $(srcdir)/et_h.awk
$(CP) $(srcdir)/et_h.awk et_h.awk
clean::
- $(RM) compile_et compile_et.o error_table.o et_c.awk et_h.awk
+ $(RM) compile_et compile_et.o error_table.o
depend::