Skip to content

Commit

Permalink
Define targets in same order as .ORDER
Browse files Browse the repository at this point in the history
This is a NOP but is done for style and to reduce confusion.

Approved by:	re (implicit)
Sponsored by:	EMC / Isilon Storage Division
  • Loading branch information
bdrewery committed Jun 14, 2016
1 parent 4da4eba commit 359ca97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kerberos5/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ETSRCS= \
.if ${SRCS:M${_ET}.[ch]} != ""
.ORDER: ${_ET}.h ${_ET}.c
${_ET}.c: .NOMETA
${_ET}.c ${_ET}.h: ${ET}
${_ET}.h ${_ET}.c: ${ET}
compile_et ${.ALLSRC}
CLEANFILES+= ${_ET}.h ${_ET}.c
.endif
Expand Down

0 comments on commit 359ca97

Please sign in to comment.