From 1ab8a92425501c81153cb2a78dab40e537a97844 Mon Sep 17 00:00:00 2001 From: neil Date: Sun, 1 Jun 2003 18:24:08 +0000 Subject: * Makefile.in (c-options.c, c-options.h): Parallel make safe. * c.opt: End in blank line. * opts.sh: Take AWK from environment if available; use C locale. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67305 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/c.opt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc/c.opt') diff --git a/gcc/c.opt b/gcc/c.opt index b39f87f4d47..c09104ee81a 100644 --- a/gcc/c.opt +++ b/gcc/c.opt @@ -598,3 +598,5 @@ C ObjC C++ ObjC++ w C ObjC C++ ObjC++ + +; This comment is to ensure we retain the blank line above. -- cgit v1.2.1