diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-14 20:08:21 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:43 -0500 |
commit | 182ab7107c13046c650f51c0a4a55955cc38fa24 (patch) | |
tree | a6765263a7bf5c720d2c3231beeccafbbdbcdc05 /source4/lib/replace/Makefile.in | |
parent | 1d7a878c8beb04dc9c0105ca45ded20bfc1cadee (diff) | |
download | samba-182ab7107c13046c650f51c0a4a55955cc38fa24.tar.gz samba-182ab7107c13046c650f51c0a4a55955cc38fa24.tar.bz2 samba-182ab7107c13046c650f51c0a4a55955cc38fa24.zip |
r18539: 'make distclean' should delete config.cache
(This used to be commit 5a8becb1be1b41b4fecf9f9f47a60eed5f77c264)
Diffstat (limited to 'source4/lib/replace/Makefile.in')
-rw-r--r-- | source4/lib/replace/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/replace/Makefile.in b/source4/lib/replace/Makefile.in index 23a4239913..10ba5b9415 100644 --- a/source4/lib/replace/Makefile.in +++ b/source4/lib/replace/Makefile.in @@ -53,7 +53,7 @@ clean: distclean: clean rm -f *~ */*~ - rm -f config.log config.status config.h + rm -f config.log config.status config.h config.cache rm -f Makefile realdistclean: distclean |