diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-06-05 15:58:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-06-05 15:58:15 +0000 |
commit | f38c999d0b6407b841cdf598276f3af10ec08e86 (patch) | |
tree | a67e282ee0478338e3a6043f9936201b359184e0 /sys/arch | |
parent | 6c03acddb28f4ecdd430733c8aac62334ce357b7 (diff) |
use same idiom as other Makefiles
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/conf/Makefile.amd64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/Makefile.amd64 b/sys/arch/amd64/conf/Makefile.amd64 index 675daaa8ba5..a6e1345f87f 100644 --- a/sys/arch/amd64/conf/Makefile.amd64 +++ b/sys/arch/amd64/conf/Makefile.amd64 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.amd64,v 1.80 2017/06/05 12:43:59 deraadt Exp $ +# $OpenBSD: Makefile.amd64,v 1.81 2017/06/05 15:58:14 deraadt Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -122,7 +122,7 @@ ioconf.o: ioconf.c ${NORMAL_C} ld.script: ${_machdir}/conf/ld.script - cp ${_machdir}/conf/ld.script ld.script + cp ${_machdir}/conf/ld.script $@ vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} sh $S/conf/newvers.sh |