From ac88fc905530699fc3d38da015df0565d69eb0cd Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Tue, 30 Jun 1992 01:52:47 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r1352 --- gcc/gcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/gcc.c b/gcc/gcc.c index 381cf744a23..cc18d6d7ce7 100644 --- 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); -- 2.30.2