OSDN Git Service

* configure.in: Fix typo.
authorneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Jun 2003 21:53:45 +0000 (21:53 +0000)
committerneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Jun 2003 21:53:45 +0000 (21:53 +0000)
* configure: Regenerate.

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

gcc/ChangeLog
gcc/configure
gcc/configure.in

index 166ca99..501522c 100644 (file)
@@ -1,3 +1,8 @@
+2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+       * configure.in: Fix typo.
+       * configure: Regenerate.
+
 2003-06-10  Loren James Rittle  <ljrittle@acm.org>
 
        * config/alpha/alpha.c (unicosmk_file_end): Add conditional
index ae1f836..12b3466 100755 (executable)
@@ -5377,7 +5377,7 @@ else
        cd ..
        rm -rf $tempdir
        build_auto=auto-build.h
-       FORBUILD=../$(build_subdir)
+       FORBUILD=../${build_subdir}
 fi
 
 
index 8dfde9d..8c066f0 100644 (file)
@@ -1161,7 +1161,7 @@ else
        cd ..
        rm -rf $tempdir
        build_auto=auto-build.h
-       FORBUILD=../$(build_subdir)
+       FORBUILD=../${build_subdir}
 fi
 AC_SUBST(FORBUILD)