[Xcb] [PATCH RESEND image 06/12] make: there should be no attempt to remove any Makefile.in file

Gaetan Nadon memsize at videotron.ca
Thu Mar 27 11:37:09 PDT 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>
---
 image/Makefile.am |    1 -
 1 file changed, 1 deletion(-)

diff --git a/image/Makefile.am b/image/Makefile.am
index f6a67ff..84c5c3e 100644
--- a/image/Makefile.am
+++ b/image/Makefile.am
@@ -1,4 +1,3 @@
-MAINTAINERCLEANFILES = Makefile.in
 
 lib_LTLIBRARIES = libxcb-image.la
 
-- 
1.7.9.5



More information about the Xcb mailing list