summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-04-04 19:26:13 +0000
committerobrien <obrien@FreeBSD.org>2002-04-04 19:26:13 +0000
commite9552ebd900d7f294529119648017bd3cd045f5c (patch)
treee918afb4e49abaf8d18e45b71fcf166aa8b724f5 /gnu/usr.bin
parent0a47b7b0f9067e025ccb14f2610fe8ce547c0053 (diff)
downloadFreeBSD-src-e9552ebd900d7f294529119648017bd3cd045f5c.zip
FreeBSD-src-e9552ebd900d7f294529119648017bd3cd045f5c.tar.gz
Minor style tweak.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/cc/cc1/Makefile2
-rw-r--r--gnu/usr.bin/cc/cc1obj/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/cc1/Makefile b/gnu/usr.bin/cc/cc1/Makefile
index ff1bda0..232f490 100644
--- a/gnu/usr.bin/cc/cc1/Makefile
+++ b/gnu/usr.bin/cc/cc1/Makefile
@@ -27,7 +27,7 @@ c-parse.c c-parse.h: c-parse.in
${.ALLSRC} > c-parse.y
${YACC} -d -o c-parse.c c-parse.y
-CLEANFILES+= c-parse.c c-parse.h c-parse.y # insurance
+CLEANFILES+= c-parse.c c-parse.h c-parse.y # insurance
#-----------------------------------------------------------------------
diff --git a/gnu/usr.bin/cc/cc1obj/Makefile b/gnu/usr.bin/cc/cc1obj/Makefile
index 6f6e175..6ce6d80 100644
--- a/gnu/usr.bin/cc/cc1obj/Makefile
+++ b/gnu/usr.bin/cc/cc1obj/Makefile
@@ -28,7 +28,7 @@ objc-parse.c c-parse.h: c-parse.in
${YACC} -d -o objc-parse.c objc-parse.y
mv objc-parse.h c-parse.h
-CLEANFILES+= objc-parse.c c-parse.h objc-parse.y # insurance
+CLEANFILES+= objc-parse.c c-parse.h objc-parse.y # insurance
#-----------------------------------------------------------------------
OpenPOWER on IntegriCloud