summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2014-02-06 16:55:51 -0500
committerArnaud Fontaine <arnau@debian.org>2014-02-07 19:02:14 +0900
commit2ff4244bcc5232b02978dc65a0ea359b96ed8423 (patch)
tree5c0f1ed621d97b6c14adbbd7c3087aa7c61d51bc
parent1bdd2c56ebc9442ab2159f82d399848e7d97ccb9 (diff)
downloadutil-wm-2ff4244bcc5232b02978dc65a0ea359b96ed8423.tar.gz
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--ewmh/Makefile.am1
-rw-r--r--icccm/Makefile.am2
2 files changed, 0 insertions, 3 deletions
diff --git a/ewmh/Makefile.am b/ewmh/Makefile.am
index 9a2acd8..ce938b9 100644
--- a/ewmh/Makefile.am
+++ b/ewmh/Makefile.am
@@ -1,4 +1,3 @@
-MAINTAINERCLEANFILES = Makefile.in
lib_LTLIBRARIES = libxcb-ewmh.la
diff --git a/icccm/Makefile.am b/icccm/Makefile.am
index 5850db4..8598fe1 100644
--- a/icccm/Makefile.am
+++ b/icccm/Makefile.am
@@ -1,6 +1,4 @@
-MAINTAINERCLEANFILES = Makefile.in
-
lib_LTLIBRARIES = libxcb-icccm.la
xcbinclude_HEADERS = xcb_icccm.h