diff options
author | Neil Booth <neil@daikokuya.co.uk> | 2003-06-01 18:24:08 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2003-06-01 18:24:08 +0000 |
commit | e11a4ae53fa42c71831f3865f04c55c7a07dc300 (patch) | |
tree | 1e7c6e2efd378397495290fea96cd8e90fdbb84b /gcc/c.opt | |
parent | 6fc9e67e61e085fea544f06b3406c8576255db70 (diff) | |
download | gcc-e11a4ae53fa42c71831f3865f04c55c7a07dc300.tar.gz |
Makefile.in (c-options.c, [...]): Parallel make safe.
* 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.
From-SVN: r67305
Diffstat (limited to 'gcc/c.opt')
-rw-r--r-- | gcc/c.opt | 2 |
1 files changed, 2 insertions, 0 deletions
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. |