diff options
Diffstat (limited to 'sys/arch/hppa/conf')
-rw-r--r-- | sys/arch/hppa/conf/Makefile.hppa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/conf/Makefile.hppa b/sys/arch/hppa/conf/Makefile.hppa index 1adf3ed9d69..f705883c6b5 100644 --- a/sys/arch/hppa/conf/Makefile.hppa +++ b/sys/arch/hppa/conf/Makefile.hppa @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.hppa,v 1.98 2017/06/29 16:51:35 espie Exp $ +# $OpenBSD: Makefile.hppa,v 1.99 2017/07/16 16:47:06 visa Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -133,7 +133,7 @@ makegap.sh: cp $S/conf/makegap.sh $@ gap.o: Makefile makegap.sh - sh makegap.sh 0x00000000 # BREAK 0,0 -> trap + LD="${LD}" sh makegap.sh 0x00000000 # BREAK 0,0 -> trap vers.o: ${SYSTEM_DEP:Ngap.o} sh $S/conf/newvers.sh |