svn commit: r301883 - head/kerberos5

Bryan Drewery bdrewery at FreeBSD.org
Tue Jun 14 16:20:01 UTC 2016


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


More information about the svn-src-head mailing list