From e8b3da023a186c095d108056130c56f90749b794 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 4 Sep 2006 12:31:23 +0000 Subject: r18032: added a 'make distclean' (This used to be commit e83ea30b72c92ecf242274d090b00009bddd8be6) --- source4/lib/replace/Makefile.in | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 -- cgit