svn commit: r242791 - projects/bmake/kerberos5
Simon J. Gerraty
sjg at FreeBSD.org
Thu Nov 8 21:30:00 UTC 2012
Author: sjg
Date: Thu Nov 8 21:29:59 2012
New Revision: 242791
URL: http://svnweb.freebsd.org/changeset/base/242791
Log:
Fix .ORDER to not conflict with captured dependencies
Modified:
projects/bmake/kerberos5/Makefile.inc
Modified: projects/bmake/kerberos5/Makefile.inc
==============================================================================
--- projects/bmake/kerberos5/Makefile.inc Thu Nov 8 21:29:03 2012 (r242790)
+++ projects/bmake/kerberos5/Makefile.inc Thu Nov 8 21:29:59 2012 (r242791)
@@ -37,7 +37,7 @@ ETSRCS= \
.for ET in ${ETSRCS}
.for _ET in ${ET:T:R}
.if ${SRCS:M${_ET}.[ch]} != ""
-.ORDER: ${_ET}.c ${_ET}.h
+.ORDER: ${_ET}.h ${_ET}.c
${_ET}.c ${_ET}.h: ${ET}
compile_et ${.ALLSRC}
CLEANFILES+= ${_ET}.h ${_ET}.c
More information about the svn-src-projects
mailing list