MF projects/building-blocks r275198:

Use ${.TARGET} instead of hardcoding the name in the dump build rule
This commit is contained in:
Enji Cooper 2014-11-29 06:53:06 +00:00
commit 391343f4a2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=275234

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