summaryrefslogtreecommitdiffstats
path: root/lib/libcurses
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1998-09-11 05:40:12 +0000
committerimp <imp@FreeBSD.org>1998-09-11 05:40:12 +0000
commite299ab5422f02ed312fbe00e8f49cba71a728ebd (patch)
tree356a37cef96f637105bbaa43a95c3bfe876f5e15 /lib/libcurses
parent31b8bd5c587ad78e7fdd41f414bb037d0d976b34 (diff)
downloadFreeBSD-src-e299ab5422f02ed312fbe00e8f49cba71a728ebd.zip
FreeBSD-src-e299ab5422f02ed312fbe00e8f49cba71a728ebd.tar.gz
$* -> ${.PREFIX}
Diffstat (limited to 'lib/libcurses')
-rw-r--r--lib/libcurses/PSD.doc/Makefile2
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}
OpenPOWER on IntegriCloud