1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Use ${.TARGET} instead of hardcoding the name in the dump build rule

This commit is contained in:
Enji Cooper 2014-11-27 23:42:32 +00:00
parent 68b259bdd5
commit 2d561fcbcf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/building-blocks/; revision=275198

View File

@ -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