Makefile.am (check-abi, [...]): Use @glibcpp_srcdir@ instead of ${top_srcdir}.
authorJakub Jelinek <jakub@redhat.com>
Tue, 22 Oct 2002 21:48:26 +0000 (23:48 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 22 Oct 2002 21:48:26 +0000 (23:48 +0200)
* Makefile.am (check-abi, new-abi-baseline): Use @glibcpp_srcdir@
instead of ${top_srcdir}.
* Makefile.in: Rebuilt.

From-SVN: r58418

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

index 7021bae05667ec76b01f259be57c37a44692d93b..95eff62c66a8b49b920f38954727a3917a010b7c 100644 (file)
@@ -1,3 +1,9 @@
+2002-10-22  Jakub Jelinek  <jakub@redhat.com>
+
+       * Makefile.am (check-abi, new-abi-baseline): Use @glibcpp_srcdir@
+       instead of ${top_srcdir}.
+       * Makefile.in: Rebuilt.
+
 2002-10-22  Loren J. Rittle  <ljrittle@acm.org>
 
        * testsuite/18_support/numeric_limits.cc (test_extrema<long double>):
index ef884fbff27bd11063ec2ec82f27bafd12896f93..7e70390ce5e8fd8c1b4d2d993add368360381ef3 100644 (file)
@@ -51,7 +51,7 @@ check-script-install: $(top_builddir)/mkcheck
 baseline_file = @baseline_file@
 check-abi: $(top_builddir)/testsuite/abi_check
        -@(cd testsuite; \
-         ${top_srcdir}/config/abi/extract_symvers \
+         @glibcpp_srcdir@/config/abi/extract_symvers \
             ../src/.libs/libstdc++.so \
             ./current_symbols.txt && \
          ./abi_check --check ./current_symbols.txt ${baseline_file})
@@ -63,7 +63,7 @@ new-abi-baseline:
            t=`echo $${output} | sed 's=.*config/abi/=='`; \
            echo "Baseline file already exists, writing to $${t} instead."; \
          fi; \
-         ${top_srcdir}/config/abi/extract_symvers \
+         @glibcpp_srcdir@/config/abi/extract_symvers \
             src/.libs/libstdc++.so $${output})
 
 # These rules are messy, but are hella worth it.
index 7d0551f6ca34e5746528b15331ec864727df91df..97f5ee38aeca7323e2837c5ca607bb38b193135a 100644 (file)
@@ -487,7 +487,7 @@ check-script-install: $(top_builddir)/mkcheck
          @glibcpp_builddir@/mkcheck 1)
 check-abi: $(top_builddir)/testsuite/abi_check
        -@(cd testsuite; \
-         ${top_srcdir}/config/abi/extract_symvers \
+         @glibcpp_srcdir@/config/abi/extract_symvers \
             ../src/.libs/libstdc++.so \
             ./current_symbols.txt && \
          ./abi_check --check ./current_symbols.txt ${baseline_file})
@@ -499,7 +499,7 @@ new-abi-baseline:
            t=`echo $${output} | sed 's=.*config/abi/=='`; \
            echo "Baseline file already exists, writing to $${t} instead."; \
          fi; \
-         ${top_srcdir}/config/abi/extract_symvers \
+         @glibcpp_srcdir@/config/abi/extract_symvers \
             src/.libs/libstdc++.so $${output})
 
 # These rules are messy, but are hella worth it.