summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2014-02-04 22:07:13 -0500
committerArnaud Fontaine <arnau@debian.org>2014-02-17 17:38:52 +0900
commit0d23526dc93b0d5d77a5f46c3b0568f5700d2fd7 (patch)
tree29a7e992db50b99334dcd5df644fc952b12985bc
parent1a11b46021eb16a68cac662bb16093f2fee99851 (diff)
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 <memsize@videotron.ca> Reviewed-by: Arnaud Fontaine <arnau@debian.org>
-rw-r--r--renderutil/Makefile.am2
1 files changed, 0 insertions, 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