From 83a7923d50725429226bb50b1216674701fd502c Mon Sep 17 00:00:00 2001 From: ngie Date: Sat, 29 Nov 2014 06:53:06 +0000 Subject: MF projects/building-blocks r275198: Use ${.TARGET} instead of hardcoding the name in the dump build rule --- usr.bin/vi/catalog/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/vi') 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 -- cgit v1.1