Update to handle `ginclude' subdirectory when compiling libgcc2.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 27 May 1994 21:36:47 +0000 (17:36 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 27 May 1994 21:36:47 +0000 (17:36 -0400)
From-SVN: r7373

gcc/make-l2.com

index 084fa0333121a87cfe1d793856a78a4bb8f95bc6..d22ad9b0f858b9bd2eaa046a61932268db7b24d7 100644 (file)
@@ -68,7 +68,7 @@ $!
 $! We do this by hand, since the VMS compiler driver does not have a way
 $! of specifying an alternate location for the compiler executables.
 $!
-$ gcc_cpp "-I[]" "-I[.config.]" "-D''flnm'"  libgcc2.c 'cpp_file'
+$ gcc_cpp "-I[]" "-I[.ginclude]" "-D''flnm'"  libgcc2.c 'cpp_file'
 $ gcc_cc1 'cpp_file' -dumpbase 'objname' -
         -quiet -mgnu -g "-O1" -mvaxc-alignment   -o 's_file'
 $ delete/nolog 'cpp_file';