Missed one spot from the previous change.
authorPhil Edwards <pme@gcc.gnu.org>
Fri, 11 Jul 2003 04:32:25 +0000 (04:32 +0000)
committerPhil Edwards <pme@gcc.gnu.org>
Fri, 11 Jul 2003 04:32:25 +0000 (04:32 +0000)
From-SVN: r69213

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

index b8475e3dd52ec7254bcc27fe922aad6aca484f79..da43744157b4cdb72dd0f0c8b8893f9792cacdbb 100644 (file)
@@ -43,7 +43,7 @@ libstdc++-symbol.ver:  ${glibcxx_srcdir}/@SYMVER_MAP@
        if test "x@port_specific_symbol_files@" != x; then \
          sed -n '1,/DO NOT DELETE/p' $@ > tmp.top; \
          sed -n '/DO NOT DELETE/,$$p' $@ > tmp.bottom; \
-         cat tmp.top @port_specific_symbol_file@ tmp.bottom > $@; \
+         cat tmp.top @port_specific_symbol_files@ tmp.bottom > $@; \
          rm tmp.top tmp.bottom; \
        fi
 else
index fada411052eb63206b3fe4ad6cfbb89ea5bdda8e..6f58567bc453ab2445516e3563b47f178d7f1748 100644 (file)
@@ -491,7 +491,7 @@ mostlyclean distclean maintainer-clean
 @GLIBCXX_BUILD_VERSIONED_SHLIB_TRUE@   if test "x@port_specific_symbol_files@" != x; then \
 @GLIBCXX_BUILD_VERSIONED_SHLIB_TRUE@     sed -n '1,/DO NOT DELETE/p' $@ > tmp.top; \
 @GLIBCXX_BUILD_VERSIONED_SHLIB_TRUE@     sed -n '/DO NOT DELETE/,$$p' $@ > tmp.bottom; \
-@GLIBCXX_BUILD_VERSIONED_SHLIB_TRUE@     cat tmp.top @port_specific_symbol_file@ tmp.bottom > $@; \
+@GLIBCXX_BUILD_VERSIONED_SHLIB_TRUE@     cat tmp.top @port_specific_symbol_files@ tmp.bottom > $@; \
 @GLIBCXX_BUILD_VERSIONED_SHLIB_TRUE@     rm tmp.top tmp.bottom; \
 @GLIBCXX_BUILD_VERSIONED_SHLIB_TRUE@   fi
 @GLIBCXX_BUILD_VERSIONED_SHLIB_FALSE@libstdc++-symbol.ver: