]> gcc.gnu.org Git - gcc.git/commitdiff
* gcc.c (.h spec): Fix typo.
authorZack Weinberg <zack@wolery.cumb.org>
Wed, 19 Jul 2000 00:04:14 +0000 (00:04 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Wed, 19 Jul 2000 00:04:14 +0000 (00:04 +0000)
From-SVN: r35126

gcc/ChangeLog
gcc/gcc.c

index 84395bdca23b9197f781fea6997f103299cab11d..5899068161d9f55371a64ac6b792db2634da565a 100644 (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.
index e8efb17e3abcb1e9d8ef3b5ed979afb38c398684..8316128ff29eab52b8064de2cb1fc31fda3afca4 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -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:\
This page took 0.08662 seconds and 5 git commands to generate.