This patch fixes the include directory's Makefile.am.

Signed-off-by: Robert Schwebel <[EMAIL PROTECTED]>

---

 libffi/include/Makefile.am |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

Index: libffi/include/Makefile.am
===================================================================
--- libffi/include/Makefile.am.orig
+++ libffi/include/Makefile.am
@@ -2,14 +2,17 @@
 
 AUTOMAKE_OPTIONS=foreign
 
-DISTCLEANFILES=ffitarget.h
 EXTRA_DIST=ffi.h.in ffi_common.h
 
-hackdir=$(includedir)
+# hackdir=$(includedir)
 
-hack_DATA= ffi.h
+# hack_DATA= ffi.h
 
 # Where generated headers like ffitarget.h get installed.
-toollibffidir := $(includedir)
+toollibffidir = $(includedir)
+
+# toollibffi_HEADERS = ffitarget.h
+
+MAINTAINERCLEANFILES = \
+       Makefile.in
 
-toollibffi_HEADERS = ffitarget.h

--
 Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
 Pengutronix - Linux Solutions for Science and Industry
   Handelsregister:  Amtsgericht Hildesheim, HRA 2686
     Hannoversche Str. 2, 31134 Hildesheim, Germany
   Phone: +49-5121-206917-0 |  Fax: +49-5121-206917-9

_______________________________________________
Developers mailing list
[email protected]
http://dotgnu.org/mailman/listinfo/developers

Reply via email to