configure.in: Fix typo.
* configure.in: Fix typo. * configure: Regenerate. From-SVN: r67737
This commit is contained in:
parent
08addde65f
commit
3b1b059cc3
3 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
2
gcc/configure
vendored
2
gcc/configure
vendored
|
@ -5377,7 +5377,7 @@ else
|
|||
cd ..
|
||||
rm -rf $tempdir
|
||||
build_auto=auto-build.h
|
||||
FORBUILD=../$(build_subdir)
|
||||
FORBUILD=../${build_subdir}
|
||||
fi
|
||||
|
||||
|
||||
|
|
|
@ -1161,7 +1161,7 @@ else
|
|||
cd ..
|
||||
rm -rf $tempdir
|
||||
build_auto=auto-build.h
|
||||
FORBUILD=../$(build_subdir)
|
||||
FORBUILD=../${build_subdir}
|
||||
fi
|
||||
AC_SUBST(FORBUILD)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue