diff options
-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 |