From: Caroline Tice Date: Tue, 24 Sep 2013 19:29:28 +0000 (-0700) Subject: Update libvtv to install header files in standard X-Git-Tag: releases/gcc-4.9.0~3908 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=114f3eb91d259328f4e043c667656d4ec6bce31a;p=thirdparty%2Fgcc.git Update libvtv to install header files in standard location rather than top level include dir. From-SVN: r202873 --- diff --git a/libvtv/ChangeLog b/libvtv/ChangeLog index 9125287d898f..54aba4f62e35 100644 --- a/libvtv/ChangeLog +++ b/libvtv/ChangeLog @@ -1,3 +1,9 @@ +2013-09-24 Caroline Tice + + * Makefile.am: Change libvtv_includedir to the directory used by + the other libraries rather than the top include directory. + * Makefile.in: Regenerated. + 2013-09-20 Alan Modra * configure: Regenerate. diff --git a/libvtv/Makefile.am b/libvtv/Makefile.am index c3983effb7d8..611189889935 100644 --- a/libvtv/Makefile.am +++ b/libvtv/Makefile.am @@ -51,7 +51,7 @@ vtv_sources = \ vtv_utils.cc \ vtv_end.c -libvtv_includedir = $(includedir) +libvtv_includedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/include # Link in vtv_start and vtv_end. BUILT_SOURCES = vtv_start.c vtv_end.c diff --git a/libvtv/Makefile.in b/libvtv/Makefile.in index e021d42fd14d..96e4a2206f9f 100644 --- a/libvtv/Makefile.in +++ b/libvtv/Makefile.in @@ -289,7 +289,7 @@ vtv_sources = \ vtv_utils.cc \ vtv_end.c -libvtv_includedir = $(includedir) +libvtv_includedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/include # Link in vtv_start and vtv_end. BUILT_SOURCES = vtv_start.c vtv_end.c