From 32ab09805acaad23fcd8bf8b9f2fd5451da7483e Mon Sep 17 00:00:00 2001 From: kenner Date: Thu, 28 Jan 1993 11:55:47 +0000 Subject: 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 --- gcc/make-l2.com | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/make-l2.com') 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'; -- cgit v1.2.1