OSDN Git Service

* include/Makefile.am: Use toplevel_srcdir to refer to src files
authorljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Aug 2001 00:32:49 +0000 (00:32 +0000)
committerljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Aug 2001 00:32:49 +0000 (00:32 +0000)
outside this component.
* include/Makefile.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45248 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 0c411a1..10e7617 100644 (file)
@@ -1,3 +1,9 @@
+2001-08-28  Loren J. Rittle  <ljrittle@acm.org>
+
+       * include/Makefile.am: Use toplevel_srcdir to refer to src files
+       outside this component.
+       * include/Makefile.in: Regenerate.
+
 2001-08-27  Benjamin Kosnik  <bkoz@redhat.com>
 
        * config/locale/c_locale_gnu.cc: Move facet info to separate files...
index 760fa6e..dfd1215 100644 (file)
@@ -21,7 +21,7 @@
 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 ## USA.
 
-## $Id: Makefile.am,v 1.7 2001/08/14 08:42:19 bkoz Exp $
+## $Id: Makefile.am,v 1.8 2001/08/28 06:19:33 bkoz Exp $
 
 AUTOMAKE_OPTIONS = 1.3 gnits
 MAINT_CHARSET = latin1
@@ -364,18 +364,18 @@ stamp-thread: ${thread_headers} ${thread_builddir}
 ${thread_builddir}/gthr.h:
        sed -e '/^#/s/\(${uppercase}${uppercase}*\)/_GLIBCPP_\1/g' \
            -e 's,^#include "\(.*\)",#include <bits/\1>,g' \
-           < ${glibcpp_srcdir}/../gcc/gthr.h > $@
+           < ${toplevel_srcdir}/gcc/gthr.h > $@
 
 ${thread_builddir}/gthr-single.h:
        sed -e 's/\(UNUSED\)/_GLIBCPP_\1/g' \
            -e 's/\(GCC${uppercase}*_H\)/_GLIBCPP_\1/g' \
-           < ${glibcpp_srcdir}/../gcc/gthr-single.h > $@
+           < ${toplevel_srcdir}/gcc/gthr-single.h > $@
 
 ${thread_builddir}/gthr-default.h:
        sed -e 's/\(UNUSED\)/_GLIBCPP_\1/g' \
            -e 's/\(GCC${uppercase}*_H\)/_GLIBCPP_\1/g' \
            -e 's/\(${uppercase}*WEAK\)/_GLIBCPP_\1/g' \
-           < ${glibcpp_srcdir}/../gcc/${glibcpp_thread_h} > $@
+           < ${toplevel_srcdir}/gcc/${glibcpp_thread_h} > $@
 
 # One big happy istallation:  just copy everything from the build to the
 # install tree (except for the build stamps).
index 5eedc43..e025474 100644 (file)
@@ -385,18 +385,18 @@ stamp-thread: ${thread_headers} ${thread_builddir}
 ${thread_builddir}/gthr.h:
        sed -e '/^#/s/\(${uppercase}${uppercase}*\)/_GLIBCPP_\1/g' \
            -e 's,^#include "\(.*\)",#include <bits/\1>,g' \
-           < ${glibcpp_srcdir}/../gcc/gthr.h > $@
+           < ${toplevel_srcdir}/gcc/gthr.h > $@
 
 ${thread_builddir}/gthr-single.h:
        sed -e 's/\(UNUSED\)/_GLIBCPP_\1/g' \
            -e 's/\(GCC${uppercase}*_H\)/_GLIBCPP_\1/g' \
-           < ${glibcpp_srcdir}/../gcc/gthr-single.h > $@
+           < ${toplevel_srcdir}/gcc/gthr-single.h > $@
 
 ${thread_builddir}/gthr-default.h:
        sed -e 's/\(UNUSED\)/_GLIBCPP_\1/g' \
            -e 's/\(GCC${uppercase}*_H\)/_GLIBCPP_\1/g' \
            -e 's/\(${uppercase}*WEAK\)/_GLIBCPP_\1/g' \
-           < ${glibcpp_srcdir}/../gcc/${glibcpp_thread_h} > $@
+           < ${toplevel_srcdir}/gcc/${glibcpp_thread_h} > $@
 install-data-local:
        for file in `find . ! -name stamp-\* ! -name Makefile -print`; do \
        installFile=${gxx_include_dir}/$${file} ;\