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.in2
-rw-r--r--src/util/ss/ChangeLog4
-rw-r--r--src/util/ss/Makefile.in2
4 files changed, 10 insertions, 2 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::
diff --git a/src/util/ss/ChangeLog b/src/util/ss/ChangeLog
index 4fd6ec38d..b7ded22aa 100644
--- a/src/util/ss/ChangeLog
+++ b/src/util/ss/ChangeLog
@@ -1,3 +1,7 @@
+Tue Oct 11 12:41:40 1994 Theodore Y. Ts'o (tytso@dcl)
+
+ * Makefile.in: Don't rm the awk and sed scripts during a make clean!
+
Fri Oct 7 15:37:19 1994 Theodore Y. Ts'o (tytso@dcl)
* ct_c.sed: Add extra check to make sure blank lines get squeezed
diff --git a/src/util/ss/Makefile.in b/src/util/ss/Makefile.in
index faab18e65..0fece53a1 100644
--- a/src/util/ss/Makefile.in
+++ b/src/util/ss/Makefile.in
@@ -91,7 +91,7 @@ ss_err.h: ss_err.et
ss_err.c: ss_err.et
clean::
- $(RM) ss_err.o ss_err.c ss_err.h std_rqs.c ct_c.awk ct_c.sed
+ $(RM) ss_err.o ss_err.c ss_err.h std_rqs.c
depend:: ss_err.h