[Xcb] [PATCH util-wm 5/7] make: there should be no attempt to remove any Makefile.in file

Gaetan Nadon memsize at videotron.ca
Thu Feb 6 13:55:51 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>
---
 ewmh/Makefile.am  |    1 -
 icccm/Makefile.am |    2 --
 2 files changed, 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
-- 
1.7.9.5



More information about the Xcb mailing list