MF projects/building-blocks r275198:
Use ${.TARGET} instead of hardcoding the name in the dump build rule
This commit is contained in:
commit
391343f4a2
@ -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…
x
Reference in New Issue
Block a user