]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.in (post-target): Use "$(topsrcdir)", not "$(srcdir)/..".
authorHans-Peter Nilsson <hp@bitrange.com>
Tue, 29 Jun 1999 02:31:46 +0000 (02:31 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 29 Jun 1999 02:31:46 +0000 (20:31 -0600)
8
* configure.in (post-target): Use "$(topsrcdir)", not "$(srcdir)/..".

From-SVN: r27834

libio/ChangeLog
libio/configure.in

index e7b75a1861f3a2e70a3baa4d92c0145f6d504cf3..ec6f2347fccd9f41a513f6a33f5a0dff2da7224a 100644 (file)
@@ -1,3 +1,7 @@
+Mon Jun 28 09:25:23 1999  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * configure.in (post-target): Use "$(topsrcdir)", not "$(srcdir)/..".
+
 1999-05-20  Angela Marie Thomas <angela@cygnus.com>
 
        * configure.in: Test for ${compiler_name}.exe as well.
index 9139a1d6a740d8e8d691e6d86a00a3460b95c47f..ac494296fe2f9b7258a570d3387a75f7c4def5d0 100644 (file)
@@ -188,7 +188,7 @@ if test x${gxx_include_dir} = x; then
   if test x${enable_version_specific_runtime_libs} = xyes; then
     gxx_include_dir='${libsubdir}/include/g++'
   else
-    topsrcdir=${srcdir}/.. . ${srcdir}/../config.if
+    . ${topsrcdir}/config.if
     gxx_include_dir='${prefix}/include/g++'-${libstdcxx_interface}
   fi
 fi