aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/amd/include
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/amd/include')
-rw-r--r--usr.sbin/amd/include/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/amd/include/Makefile b/usr.sbin/amd/include/Makefile
index e594d71a4fb3..db70b6e2e6cb 100644
--- a/usr.sbin/amd/include/Makefile
+++ b/usr.sbin/amd/include/Makefile
@@ -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}