search for: fee32b7

Displaying 1 result from an estimated 1 matches for "fee32b7".

Did you mean: f7832b7
2008 Feb 12
0
[PATCH] Make `make distclean' remove a few more files.
--- Makefile.in | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Makefile.in b/Makefile.in index 98486f4..fee32b7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -171,11 +171,14 @@ cleantests: # the source directory. distclean: clean rm -f Makefile config.h config.status + rm -f lib/dummy popt/dummy zlib/dummy rm -f $(srcdir)/Makefile $(srcdir)/config.h $(srcdir)/config.status + rm -f $(srcdir)/lib/dummy $...