From eac8158ab116f9e69a936c190c381da65afa7cc8 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 25 Jun 2017 14:02:24 +0000 Subject: dull dependency for copying makegap.sh to obj, so that installs without src and comp work. That is what we've designed for, but since we always have src and comp on our systems it is so easy to slide... problem first noted by rpe. --- sys/arch/loongson/conf/Makefile.loongson | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/loongson/conf') diff --git a/sys/arch/loongson/conf/Makefile.loongson b/sys/arch/loongson/conf/Makefile.loongson index 84750f485d9..762d8065a3d 100644 --- a/sys/arch/loongson/conf/Makefile.loongson +++ b/sys/arch/loongson/conf/Makefile.loongson @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.loongson,v 1.61 2017/06/22 16:01:48 deraadt Exp $ +# $OpenBSD: Makefile.loongson,v 1.62 2017/06/25 14:02:23 deraadt Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -130,7 +130,7 @@ gapdummy.o: echo 'const char gapdummy;' > gapdummy.c ${CC} -c ${CFLAGS} ${CPPFLAGS} gapdummy.c -o $@ -makegap.sh: Makefile $S/conf/makegap.sh +makegap.sh: cp $S/conf/makegap.sh $@ gap.o: Makefile makegap.sh gapdummy.o -- cgit v1.2.3