diff options
author | jmz <jmz@FreeBSD.org> | 1995-01-04 00:26:23 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1995-01-04 00:26:23 +0000 |
commit | b5b0e78bc97bee0a2f09d0584c44b7c8971088cc (patch) | |
tree | ca2d9c1ab34a860eb3ee39812141aae58c41dc84 /print/tex | |
parent | 69163356c4acd87486d22c359ff14a3b6ee3cd27 (diff) | |
download | FreeBSD-ports-b5b0e78bc97bee0a2f09d0584c44b7c8971088cc.zip FreeBSD-ports-b5b0e78bc97bee0a2f09d0584c44b7c8971088cc.tar.gz |
Removed a blank line in the middle of the build target.
Diffstat (limited to 'print/tex')
-rw-r--r-- | print/tex/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/print/tex/Makefile b/print/tex/Makefile index 4023d2a..c66f644 100644 --- a/print/tex/Makefile +++ b/print/tex/Makefile @@ -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) |