Minor style tweak.

This commit is contained in:
David E. O'Brien 2002-04-04 19:26:13 +00:00
parent b412ae253b
commit aeccb79001
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93806
2 changed files with 2 additions and 2 deletions

View file

@ -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
#-----------------------------------------------------------------------

View file

@ -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
#-----------------------------------------------------------------------