configure.in (extra_objs): Enclose extra_headers in quotes.

* configure.in (extra_objs): Enclose extra_headers in quotes.
* configure: Rebuilt.

From-SVN: r37790
This commit is contained in:
Alexandre Oliva 2000-11-27 10:16:16 +00:00 committed by Alexandre Oliva
parent f6b60eb426
commit 6b2adea9b7
3 changed files with 262 additions and 246 deletions

View File

@ -1,3 +1,8 @@
2000-11-27 Alexandre Oliva <aoliva@redhat.com>
* configure.in (extra_objs): Enclose extra_headers in quotes.
* configure: Rebuilt.
2000-11-27 Neil Booth <neilb@earthling.net>
* c-lex.c (cb_enter_file, cb_leave_file, cb_rename_file):

501
gcc/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -623,7 +623,7 @@ extra_objs="${host_extra_objs} ${extra_objs}"
if test x"$tm_file" = x
then tm_file=$cpu_type/$cpu_type.h; fi
if test x$extra_headers = x
if test x"$extra_headers" = x
then extra_headers=; fi
if test x"$xm_file" = x