1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Description: Really clean the sources
Really clean all the files that might be automatically
generated from the sources when calling 'distclean'.
Without these patch some files are leftovers and GIT can be
confused thinking they are new files that need to be added to the
VCS.
Author: Javier Fernández-Sanguino Peña <jfs@debian.org>
Forwarded: not-needed
Last-Update: 2024-10-05
--- a/Makefile.in
+++ b/Makefile.in
@@ -389,7 +389,7 @@
test_dnmalloc
distclean: clean
- -rm -f config.status config.log configure.lineno config.h config.cache
+ -rm -f config.status config.log configure.lineno config.h config.cache stamp-dep stamp-h
@-test -z "$(TESTCLEANFILES)" || rm -f $(TESTCLEANFILES)
@-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
|