1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00

Fix three whitespace nits.

I think these are from kan@...
This commit is contained in:
Warner Losh 2006-09-11 05:12:12 +00:00
parent cd0ac75c13
commit ba15c568ab
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162209

View File

@ -49,7 +49,6 @@ OPTION_FILES=${GCCDIR}/f/lang.opt ${GCCDIR}/c.opt ${GCCDIR}/common.opt
.ORDER: options.h options.c
options.h options.c: opts.sh ${OPTION_FILES}
/bin/sh ${GCCDIR}/opts.sh mv options.c options.h ${OPTION_FILES}
GENSRCS+= options.c options.h
CLEANFILES+= options.c options.h
@ -154,7 +153,7 @@ tm-preds.h: genpreds
GENSRCS+= tm-preds.h
#-----------------------------------------------------------------------
# Gengtype
# Gengtype
gengtype-lex.c : gengtype-lex.l
${LEX} -t ${.ALLSRC} | \
@ -500,7 +499,7 @@ genconditions.o: insn-modes.h genrtl.h
gencodes.o: insn-modes.h genrtl.h
genconfig.o: insn-modes.h genrtl.h
print-rtl.o: insn-modes.h genrtl.h tm-preds.h tree-check.h
read-rtl.o: insn-modes.h genrtl.h
read-rtl.o: insn-modes.h genrtl.h
genattr.o: insn-modes.h genrtl.h
genemit.o: insn-modes.h genrtl.h
genflags.o: insn-modes.h genrtl.h