diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-04 12:31:23 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:17:05 -0500 |
commit | e8b3da023a186c095d108056130c56f90749b794 (patch) | |
tree | 6ce2a921d88679baa0898d99a8f2b4b7e30cccb3 | |
parent | 38fdde5d9bf15b10caa60ee216d278ba8d870c2e (diff) | |
download | samba-e8b3da023a186c095d108056130c56f90749b794.tar.gz samba-e8b3da023a186c095d108056130c56f90749b794.tar.bz2 samba-e8b3da023a186c095d108056130c56f90749b794.zip |
r18032: added a 'make distclean'
(This used to be commit e83ea30b72c92ecf242274d090b00009bddd8be6)
-rw-r--r-- | source4/lib/replace/Makefile.in | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/source4/lib/replace/Makefile.in b/source4/lib/replace/Makefile.in index 916b5df3d9..4f1d2c6e22 100644 --- a/source4/lib/replace/Makefile.in +++ b/source4/lib/replace/Makefile.in @@ -34,4 +34,12 @@ testsuite: libreplace.a $(TEST_OBJS) $(CC) $(CFLAGS) -c $< -o $@ clean: - rm -f *.o + rm -f *.o *.a testsuite + +distclean: clean + rm -f *~ */*~ + rm -rf autom4te.cache + rm -f configure \ + config.log config.status \ + replace_config.h + rm -f Makefile |