From 0d23526dc93b0d5d77a5f46c3b0568f5700d2fd7 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Tue, 4 Feb 2014 22:07:13 -0500 Subject: make: there should be no attempt to remove any Makefile.in file 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 Reviewed-by: Arnaud Fontaine --- 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 -- cgit v1.2.3