diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/ChangeLog | 5 | ||||
| -rw-r--r-- | src/config/post.in | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog index 8d4bc9e0f..c457c1ace 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -1,3 +1,8 @@ +Tue Nov 1 14:11:57 1994 (tytso@rsx-11) + + * post.in (clean): Also clean up config.log, pre.out, post.out and + Makefile.out + Thu Oct 6 19:41:52 1994 Theodore Y. Ts'o (tytso@dcl) * post.in: add default "check" rule for Makefiles that don't do diff --git a/src/config/post.in b/src/config/post.in index b8a0e1d55..a31cf2a44 100644 --- a/src/config/post.in +++ b/src/config/post.in @@ -7,4 +7,5 @@ check:: clean:: if test -n "$(OBJS)" ; then $(RM) $(OBJS); else :; fi + $(RM) config.log pre.out post.out Makefile.out |
