diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-09-06 08:47:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:17:41 -0500 |
commit | ce8ed3a961b1284d211d104e650ee56ba6ad11bc (patch) | |
tree | 400b262a9232a645e7efd62a9c5573e6c05ee735 /source4/lib/replace | |
parent | fed41fd9b19b5fe84bc7cabd07fef23299fbb4c6 (diff) | |
download | samba-ce8ed3a961b1284d211d104e650ee56ba6ad11bc.tar.gz samba-ce8ed3a961b1284d211d104e650ee56ba6ad11bc.tar.bz2 samba-ce8ed3a961b1284d211d104e650ee56ba6ad11bc.zip |
r18147: add make realdistclean
metze
(This used to be commit 20543e0306b129ee89c6ad21dd41205ac0263d7d)
Diffstat (limited to 'source4/lib/replace')
-rw-r--r-- | source4/lib/replace/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/lib/replace/Makefile.in b/source4/lib/replace/Makefile.in index b2075d953b..36d99260d0 100644 --- a/source4/lib/replace/Makefile.in +++ b/source4/lib/replace/Makefile.in @@ -52,8 +52,8 @@ clean: distclean: clean rm -f *~ */*~ - rm -rf autom4te.cache - rm -f configure \ - config.log config.status \ - replace_config.h + rm -f config.log config.status config.h rm -f Makefile + +realdistclean: distclean + rm -f configure config.h.in |