Makefile.am (install-freestanding-headers): Also install cxxabi_tweaks.h.
authorDoug Kwan <dougkwan@google.com>
Sat, 30 Apr 2011 16:26:23 +0000 (16:26 +0000)
committerDoug Kwan <dougkwan@gcc.gnu.org>
Sat, 30 Apr 2011 16:26:23 +0000 (16:26 +0000)
2011-04-30  Doug Kwan  <dougkwan@google.com>

* include/Makefile.am (install-freestanding-headers): Also install
cxxabi_tweaks.h.
* include/Makefile.in: Regenerate.

From-SVN: r173220

libstdc++-v3/ChangeLog
libstdc++-v3/include/Makefile.am
libstdc++-v3/include/Makefile.in

index ffb034664018f6bc8ae8b5fecf782c359943e687..5dfeb777dcb0a26c2704e98c44a21a5acb5a6ffc 100644 (file)
@@ -1,3 +1,9 @@
+2011-04-30  Doug Kwan  <dougkwan@google.com>
+
+       * include/Makefile.am (install-freestanding-headers): Also install
+       cxxabi_tweaks.h.
+       * include/Makefile.in: Regenerate.
+
 2011-04-28  Paolo Carlini  <paolo.carlini@oracle.com>
 
        PR libstdc++/48760
index c581aa4806a217f7612e6d451271d25267ec74de..27aff0d2ddd627f786feda8d023f0cf130455f0c 100644 (file)
@@ -1200,6 +1200,7 @@ install-freestanding-headers:
        $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}
        $(mkinstalldirs) $(DESTDIR)${host_installdir}
        for file in ${host_srcdir}/os_defines.h ${host_builddir}/c++config.h \
+         ${glibcxx_srcdir}/$(ABI_TWEAKS_SRCDIR)/cxxabi_tweaks.h \
          ${glibcxx_srcdir}/$(CPU_DEFINES_SRCDIR)/cpu_defines.h; do \
          $(INSTALL_DATA) $${file} $(DESTDIR)${host_installdir}; done
        $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${std_builddir}
index 0da4c464538e9c8a5d5f079d64d464da989c237c..e7f7951d42767c6577a32bca4d949cafe4da8cd2 100644 (file)
@@ -1584,6 +1584,7 @@ install-freestanding-headers:
        $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}
        $(mkinstalldirs) $(DESTDIR)${host_installdir}
        for file in ${host_srcdir}/os_defines.h ${host_builddir}/c++config.h \
+         ${glibcxx_srcdir}/$(ABI_TWEAKS_SRCDIR)/cxxabi_tweaks.h \
          ${glibcxx_srcdir}/$(CPU_DEFINES_SRCDIR)/cpu_defines.h; do \
          $(INSTALL_DATA) $${file} $(DESTDIR)${host_installdir}; done
        $(mkinstalldirs) $(DESTDIR)${gxx_include_dir}/${std_builddir}