Correct an editing bogon I introduced earlier.
This commit is contained in:
parent
ae6a49ae5e
commit
bb6ed1e245
@ -22,9 +22,10 @@ MKOBJ=${.CURDIR}/../tools/mkastosc
|
||||
|
||||
astosc.o: astosc.OUT
|
||||
astosc.OUT: ${.CURDIR}/../ctlr/hostctlr.h ${.CURDIR}/../ctlr/function.h
|
||||
astosc.OUT: ${.CURDIR}/../ctlr/${KBD} ${MKOBJ}/mkastosc ${MKOBJ}/mkastosc
|
||||
${.CURDIR}/../ctlr/hostctlr.h ${.CURDIR}/../ctlr/function.h \
|
||||
< ${.CURDIR}/../ctlr/${KBD} > ${.TARGET}
|
||||
astosc.OUT: ${.CURDIR}/../ctlr/${KBD} ${MKOBJ}/mkastosc
|
||||
${MKOBJ}/mkastosc ${.CURDIR}/../ctlr/hostctlr.h \
|
||||
${.CURDIR}/../ctlr/function.h \
|
||||
< ${.CURDIR}/../ctlr/${KBD} > ${.TARGET}
|
||||
rm -f astosc.out; ln -s astosc.OUT astosc.out
|
||||
|
||||
# astosc.out
|
||||
|
Loading…
x
Reference in New Issue
Block a user