$* -> ${.PREFIX}

This commit is contained in:
imp 1998-09-11 05:40:12 +00:00
parent d52562f4cc
commit ee80db2e1b

View File

@ -19,7 +19,7 @@ CLEANFILES+=win_st.gr twinkle1.gr twinkle2.gr life.gr intro.2.tbl appen.A.tbl \
# Don't re-run vgrind unless you want to patch the output files.
VFONT= /usr/libexec/vfontedpr
.c.gr:
${VFONT} $*.c | grep -v "^'wh" > $*.gr
${VFONT} ${.PREFIX}.c | grep -v "^'wh" > ${.PREFIX}.gr
paper.ps: ${SRCS}
soelim ${SRCS} | ${ROFF} > ${.TARGET}