summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenji Aoyama <aoyama@cvs.openbsd.org>2017-07-21 13:27:22 +0000
committerKenji Aoyama <aoyama@cvs.openbsd.org>2017-07-21 13:27:22 +0000
commitd499df9238039c4f5587f56482973ff14dbab891 (patch)
tree5425149017a876258699ba56ba473470b998141a
parent9e50daabcb6551a09afb80c5e391bb1d9732c589 (diff)
More consistent with other architectures.
-rw-r--r--sys/arch/luna88k/conf/Makefile.luna88k8
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/arch/luna88k/conf/Makefile.luna88k b/sys/arch/luna88k/conf/Makefile.luna88k
index f0b776cc7a7..9459c922c4b 100644
--- a/sys/arch/luna88k/conf/Makefile.luna88k
+++ b/sys/arch/luna88k/conf/Makefile.luna88k
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.luna88k,v 1.73 2017/07/20 12:07:54 aoyama Exp $
+# $OpenBSD: Makefile.luna88k,v 1.74 2017/07/21 13:27:21 aoyama Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -128,8 +128,10 @@ ld.script: ${_machdir}/conf/ld.script
makegap.sh:
cp $S/conf/makegap.sh $@
-gap.o: Makefile makegap.sh
- LD="${LD}" sh makegap.sh 0x00000000
+MAKE_GAP = LD="${LD}" sh makegap.sh 0x00000000
+
+gap.o: Makefile makegap.sh vers.o
+ ${MAKE_GAP}
vers.o: ${SYSTEM_DEP:Ngap.o}
sh $S/conf/newvers.sh