Author: bdrewery
Date: Tue Jun 14 16:19:59 2016
New Revision: 301883
URL: https://svnweb.freebsd.org/changeset/base/301883

Log:
  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

Modified:
  head/kerberos5/Makefile.inc

Modified: head/kerberos5/Makefile.inc
==============================================================================
--- head/kerberos5/Makefile.inc Tue Jun 14 16:19:54 2016        (r301882)
+++ head/kerberos5/Makefile.inc Tue Jun 14 16:19:59 2016        (r301883)
@@ -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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to