svn commit: r295647 - head/usr.sbin/amd/include

Bryan Drewery bdrewery at FreeBSD.org
Tue Feb 16 02:14:20 UTC 2016


Author: bdrewery
Date: Tue Feb 16 02:14:18 2016
New Revision: 295647
URL: https://svnweb.freebsd.org/changeset/base/295647

Log:
  Add missing dependency on sys/conf/newvers.sh.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/usr.sbin/amd/include/Makefile

Modified: head/usr.sbin/amd/include/Makefile
==============================================================================
--- head/usr.sbin/amd/include/Makefile	Tue Feb 16 02:14:15 2016	(r295646)
+++ head/usr.sbin/amd/include/Makefile	Tue Feb 16 02:14:18 2016	(r295647)
@@ -17,9 +17,9 @@ CLEANFILES=	${SRCS}
 
 all depend: ${SRCS}
 
-config_local.h: newvers.sh
+config_local.h: newvers.sh ${.CURDIR}/../../../sys/conf/newvers.sh
 	@rm -f ${.TARGET}
-	sh ${.ALLSRC} ${.CURDIR}/../../../sys/conf/newvers.sh > ${.TARGET}
+	sh ${.ALLSRC} > ${.TARGET}
 
 localconfig.h:
 	@rm -f ${.TARGET}


More information about the svn-src-all mailing list