summaryrefslogtreecommitdiffstats
path: root/usr.bin/vi
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-11-29 06:53:06 +0000
committerngie <ngie@FreeBSD.org>2014-11-29 06:53:06 +0000
commit83a7923d50725429226bb50b1216674701fd502c (patch)
tree2260f8381865cc8267fea5c85e4a604fd653326a /usr.bin/vi
parent7d08b91413fa16522ce2fe9052df826886fe42e4 (diff)
downloadFreeBSD-src-83a7923d50725429226bb50b1216674701fd502c.zip
FreeBSD-src-83a7923d50725429226bb50b1216674701fd502c.tar.gz
MF projects/building-blocks r275198:
Use ${.TARGET} instead of hardcoding the name in the dump build rule
Diffstat (limited to 'usr.bin/vi')
-rw-r--r--usr.bin/vi/catalog/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/vi/catalog/Makefile b/usr.bin/vi/catalog/Makefile
index bd9db9f..4e21298 100644
--- a/usr.bin/vi/catalog/Makefile
+++ b/usr.bin/vi/catalog/Makefile
@@ -101,7 +101,7 @@ english.base: dump ${SCAN} #Makefile
dump: dump.c
- ${CC} -o dump ${.ALLSRC}
+ ${CC} -o ${.TARGET} ${.ALLSRC}
CLEANFILES+= dump ${CAT} english.base *.check __ck1 __ck2
OpenPOWER on IntegriCloud