aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>1998-09-11 05:40:12 +0000
committerWarner Losh <imp@FreeBSD.org>1998-09-11 05:40:12 +0000
commit546bc251aea71eca5b87919a34bced9d6dc5c056 (patch)
tree871ab9ee5dd51db26f7bb91e596519cfb4e2463a /lib
parent530c496f923682b4e3a8e10dfdb1b65087b61190 (diff)
downloadsrc-546bc251aea71eca5b87919a34bced9d6dc5c056.tar.gz
src-546bc251aea71eca5b87919a34bced9d6dc5c056.zip
$* -> ${.PREFIX}
Notes
Notes: svn path=/head/; revision=39062
Diffstat (limited to 'lib')
-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 a09c460d3559..f5222e004fa4 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}