aboutsummaryrefslogtreecommitdiff
path: root/gcc/c.opt
diff options
context:
space:
mode:
authorNeil Booth <neil@daikokuya.co.uk>2003-06-01 18:24:08 +0000
committerNeil Booth <neil@gcc.gnu.org>2003-06-01 18:24:08 +0000
commite11a4ae53fa42c71831f3865f04c55c7a07dc300 (patch)
tree1e7c6e2efd378397495290fea96cd8e90fdbb84b /gcc/c.opt
parent6fc9e67e61e085fea544f06b3406c8576255db70 (diff)
downloadgcc-e11a4ae53fa42c71831f3865f04c55c7a07dc300.zip
gcc-e11a4ae53fa42c71831f3865f04c55c7a07dc300.tar.gz
gcc-e11a4ae53fa42c71831f3865f04c55c7a07dc300.tar.bz2
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.opt2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/c.opt b/gcc/c.opt
index b39f87f..c09104e 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.