Fix header installs when using DESTDIR.
authorgreen <green>
Sun, 3 Feb 2008 13:59:48 +0000 (13:59 +0000)
committergreen <green>
Sun, 3 Feb 2008 13:59:48 +0000 (13:59 +0000)
libffi/ChangeLog.libffi
libffi/include/Makefile.am
libffi/include/Makefile.in

index d852525..03f40f5 100644 (file)
@@ -1,3 +1,9 @@
+2008-02-03  Anthony Green  <green@redhat.com>
+
+       * include/Makefile.am (includesdir): Fix header install with
+       DESTDIR.
+       * include/Makefile.in: Rebuilt.
+
 2008-02-03  Timothy Wall  <twall@users.sf.net>
 
        * src/x86/ffi.c (FFI_INIT_TRAMPOLINE_STDCALL): Calculate jump return
index 39d2356..03956af 100644 (file)
@@ -5,5 +5,5 @@ AUTOMAKE_OPTIONS=foreign
 DISTCLEANFILES=ffitarget.h
 EXTRA_DIST=ffi.h.in ffi_common.h
 
-includesdir = $(DESTDIR)$(includedir)
+includesdir = $(includedir)
 includes_HEADERS = ffi.h ffitarget.h
index 15fc7ce..e85e68b 100644 (file)
@@ -182,7 +182,7 @@ top_srcdir = @top_srcdir@
 AUTOMAKE_OPTIONS = foreign
 DISTCLEANFILES = ffitarget.h
 EXTRA_DIST = ffi.h.in ffi_common.h
-includesdir = $(DESTDIR)$(includedir)
+includesdir = $(includedir)
 includes_HEADERS = ffi.h ffitarget.h
 all: all-am