Commit 3b1b059c by Nathanael Nerode

configure.in: Fix typo.

	* configure.in: Fix typo.
	* configure: Regenerate.

From-SVN: r67737
parent 08addde6
2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
* configure.in: Fix typo.
* configure: Regenerate.
2003-06-10 Loren James Rittle <ljrittle@acm.org> 2003-06-10 Loren James Rittle <ljrittle@acm.org>
* config/alpha/alpha.c (unicosmk_file_end): Add conditional * config/alpha/alpha.c (unicosmk_file_end): Add conditional
......
...@@ -5377,7 +5377,7 @@ else ...@@ -5377,7 +5377,7 @@ else
cd .. cd ..
rm -rf $tempdir rm -rf $tempdir
build_auto=auto-build.h build_auto=auto-build.h
FORBUILD=../$(build_subdir) FORBUILD=../${build_subdir}
fi fi
......
...@@ -1161,7 +1161,7 @@ else ...@@ -1161,7 +1161,7 @@ else
cd .. cd ..
rm -rf $tempdir rm -rf $tempdir
build_auto=auto-build.h build_auto=auto-build.h
FORBUILD=../$(build_subdir) FORBUILD=../${build_subdir}
fi fi
AC_SUBST(FORBUILD) AC_SUBST(FORBUILD)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment