diff options
author | imp <imp@FreeBSD.org> | 1998-09-11 05:40:12 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 1998-09-11 05:40:12 +0000 |
commit | e299ab5422f02ed312fbe00e8f49cba71a728ebd (patch) | |
tree | 356a37cef96f637105bbaa43a95c3bfe876f5e15 | |
parent | 31b8bd5c587ad78e7fdd41f414bb037d0d976b34 (diff) | |
download | FreeBSD-src-e299ab5422f02ed312fbe00e8f49cba71a728ebd.zip FreeBSD-src-e299ab5422f02ed312fbe00e8f49cba71a728ebd.tar.gz |
$* -> ${.PREFIX}
-rw-r--r-- | lib/libcurses/PSD.doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcurses/PSD.doc/Makefile b/lib/libcurses/PSD.doc/Makefile index a09c460..f5222e0 100644 --- a/lib/libcurses/PSD.doc/Makefile +++ b/lib/libcurses/PSD.doc/Makefile @@ -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} |