Define targets in same order as .ORDER
This is a NOP but is done for style and to reduce confusion. Approved by: re (implicit) Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
4da4ebac98
commit
359ca97ce5
@ -36,7 +36,7 @@ ETSRCS= \
|
|||||||
.if ${SRCS:M${_ET}.[ch]} != ""
|
.if ${SRCS:M${_ET}.[ch]} != ""
|
||||||
.ORDER: ${_ET}.h ${_ET}.c
|
.ORDER: ${_ET}.h ${_ET}.c
|
||||||
${_ET}.c: .NOMETA
|
${_ET}.c: .NOMETA
|
||||||
${_ET}.c ${_ET}.h: ${ET}
|
${_ET}.h ${_ET}.c: ${ET}
|
||||||
compile_et ${.ALLSRC}
|
compile_et ${.ALLSRC}
|
||||||
CLEANFILES+= ${_ET}.h ${_ET}.c
|
CLEANFILES+= ${_ET}.h ${_ET}.c
|
||||||
.endif
|
.endif
|
||||||
|
Loading…
Reference in New Issue
Block a user