*** empty log message ***
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Jun 1992 01:52:47 +0000 (01:52 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Jun 1992 01:52:47 +0000 (01:52 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1352 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/gcc.c

index 381cf74..cc18d6d 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -2365,7 +2365,7 @@ do_spec_1 (spec, inswitch, soft_matched_part)
          case 'I':
            if (gcc_exec_prefix)
              {
-               do_spec_1 ("-imacros", 1, 0);
+               do_spec_1 ("-iprefix", 1, 0);
                /* Make this a separate argument.  */
                do_spec_1 (" ", 0, 0);
                do_spec_1 (gcc_exec_prefix, 1, 0);