Commit 6b2adea9 by Alexandre Oliva Committed by Alexandre Oliva

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

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

From-SVN: r37790
parent f6b60eb4
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> 2000-11-27 Neil Booth <neilb@earthling.net>
* c-lex.c (cb_enter_file, cb_leave_file, cb_rename_file): * c-lex.c (cb_enter_file, cb_leave_file, cb_rename_file):
......
...@@ -623,7 +623,7 @@ extra_objs="${host_extra_objs} ${extra_objs}" ...@@ -623,7 +623,7 @@ extra_objs="${host_extra_objs} ${extra_objs}"
if test x"$tm_file" = x if test x"$tm_file" = x
then tm_file=$cpu_type/$cpu_type.h; fi 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 then extra_headers=; fi
if test x"$xm_file" = x if test x"$xm_file" = x
......
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