diff options
| author | Theodore Tso <tytso@mit.edu> | 1994-10-11 18:03:17 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1994-10-11 18:03:17 +0000 |
| commit | ab426d00054bd1bf8345eb26b8fa1eb5fafdc2ee (patch) | |
| tree | c6a3c79153511c66b31737db035a2ce8ca5b9f47 /src | |
| parent | 6b5de6ad53e690d6c188ec0d7b94167d46e16c89 (diff) | |
| download | krb5-ab426d00054bd1bf8345eb26b8fa1eb5fafdc2ee.tar.gz krb5-ab426d00054bd1bf8345eb26b8fa1eb5fafdc2ee.tar.xz krb5-ab426d00054bd1bf8345eb26b8fa1eb5fafdc2ee.zip | |
Don't rm the sed and awk scripts during a make clean
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4489 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/util/et/ChangeLog | 4 | ||||
| -rw-r--r-- | src/util/et/Makefile.in | 2 | ||||
| -rw-r--r-- | src/util/ss/ChangeLog | 4 | ||||
| -rw-r--r-- | src/util/ss/Makefile.in | 2 |
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 |
