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:
parent
68b259bdd5
commit
2d561fcbcf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/projects/building-blocks/; revision=275198
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user