aboutsummaryrefslogtreecommitdiff
path: root/gcc/make-l2.com
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1993-01-28 11:55:47 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1993-01-28 11:55:47 +0000
commit32ab09805acaad23fcd8bf8b9f2fd5451da7483e (patch)
treec7a487b7f86f424ea8a333ed0f13932d7aac8034 /gcc/make-l2.com
parentafd2db4210905e3ec3f8ec8e4ac6e4ba2c7eb176 (diff)
change /include and -I values from [.config] to [.config.] (this
trailing period works with GNU C's preprocessor but not with VAX C's). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3375 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/make-l2.com')
-rw-r--r--gcc/make-l2.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/make-l2.com b/gcc/make-l2.com
index 22bfde9951e..084fa033312 100644
--- a/gcc/make-l2.com
+++ b/gcc/make-l2.com
@@ -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[.config.]" "-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';