summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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