[Xcb] [PATCH util-image 06/12] make: there should be no attempt to remove any Makefile.in file
Gaetan Nadon
memsize at videotron.ca
Thu Apr 3 16:33:18 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.
Reviewed-by: Josh Triplett <josh at joshtriplett.org>
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
image/Makefile.am | 2 --
1 file changed, 2 deletions(-)
diff --git a/image/Makefile.am b/image/Makefile.am
index f6a67ff..47a8b49 100644
--- a/image/Makefile.am
+++ b/image/Makefile.am
@@ -1,5 +1,3 @@
-MAINTAINERCLEANFILES = Makefile.in
-
lib_LTLIBRARIES = libxcb-image.la
xcbinclude_HEADERS = xcb_image.h xcb_pixel.h xcb_bitops.h
--
1.7.9.5
More information about the Xcb
mailing list