Remove whitespace at EOL.

This commit is contained in:
Tom Rhodes 2004-03-15 17:01:31 +00:00
parent f79e9df73b
commit 7b1ac86dc1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=127027

View File

@ -67,7 +67,7 @@ PO_FLAG=-pg
${CXX} ${PICFLAG} -DPIC ${CXXFLAGS} -c ${.IMPSRC} -o ${.TARGET}
.f.po:
${FC} -pg ${FFLAGS} -o ${.TARGET} -c ${.IMPSRC}
${FC} -pg ${FFLAGS} -o ${.TARGET} -c ${.IMPSRC}
.f.So:
${FC} ${PICFLAG} -DPIC ${FFLAGS} -o ${.TARGET} -c ${.IMPSRC}