[Xcb] [PATCH util-renderutil 8/9] make: there should be no attempt to remove any Makefile.in file

Gaetan Nadon memsize at videotron.ca
Thu Feb 6 23:30:10 CET 2014


Files generated by autoconf (and the various tools it calls) must not be
removed by running a makefile. This is outside the scope of the makefile.

http://lists.gnu.org/archive/html/autoconf/2007-03/msg00043.html

One can use git-clean to return to the original state of the module prior
to running autogen.sh, autoreconf or configure.

Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
 renderutil/Makefile.am |    2 --
 1 file changed, 2 deletions(-)

diff --git a/renderutil/Makefile.am b/renderutil/Makefile.am
index 246c47f..c9af2a7 100644
--- a/renderutil/Makefile.am
+++ b/renderutil/Makefile.am
@@ -1,6 +1,4 @@
 
-MAINTAINERCLEANFILES = Makefile.in
-
 lib_LTLIBRARIES = libxcb-render-util.la
 
 xcbinclude_HEADERS = xcb_renderutil.h
-- 
1.7.9.5



More information about the Xcb mailing list