Removed a blank line in the middle of the build target.

This commit is contained in:
Jean-Marc Zucconi 1995-01-04 00:26:23 +00:00
parent 3119185a69
commit f125601837
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=679

View File

@ -43,7 +43,6 @@ ${BUILD_COOKIE}:
@(cd ${WRKSRC}/web2c; make triptrap)
@(cd ${WRKSRC}/web2c; make run-triptrap)
@(cd ${WRKSRC}/web2c; make clean-triptrap)
@(cd ${WRKSRC}; make CFLAGS="${CFLAGS}" programs)
@(cd ${WRKSRC}; MFINPUTS=${WRKDIR}/mf; export MFINPUTS;\
make bases="${BASES}" bases)