[Xcb] [PATCH util-image 6/8] make: there should be no attempt to remove any Makefile.in file
Gaetan Nadon
memsize at videotron.ca
Fri Feb 21 10:18:20 PST 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