* gcc.c (.h spec): Fix typo.

From-SVN: r35126
This commit is contained in:
Zack Weinberg 2000-07-19 00:04:14 +00:00 committed by Zack Weinberg
parent 08d7216d46
commit a0add19302
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-07-18 Zack Weinberg <zack@wolery.cumb.org>
* gcc.c (.h spec): Fix typo.
Wed Jul 19 01:22:15 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
* Makefile.in: Fix tradcif.c path.

View File

@ -705,7 +705,7 @@ static struct compiler default_compilers[] =
{".h", "@c-header"},
{"@c-header",
"%{!E:%eCompilation of header file requested} \
%(trad_capable_cpp) -lang-c %{ansi:-std=c89} %(cpp-options)"},
%(trad_capable_cpp) -lang-c %{ansi:-std=c89} %(cpp_options)"},
{".i", "@cpp-output"},
{"@cpp-output",
"%{!M:%{!MM:%{!E:\