diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-06-25 14:02:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-06-25 14:02:24 +0000 |
commit | eac8158ab116f9e69a936c190c381da65afa7cc8 (patch) | |
tree | 677f2edd7473f12348a302b98293202af1d2c501 /sys/arch/octeon/conf/Makefile.octeon | |
parent | 2c9a486a86d5d5363ca34d6fda982e881b4f5d28 (diff) |
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.
Diffstat (limited to 'sys/arch/octeon/conf/Makefile.octeon')
-rw-r--r-- | sys/arch/octeon/conf/Makefile.octeon | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/octeon/conf/Makefile.octeon b/sys/arch/octeon/conf/Makefile.octeon index 4bebc8cd407..3de82942c60 100644 --- a/sys/arch/octeon/conf/Makefile.octeon +++ b/sys/arch/octeon/conf/Makefile.octeon @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.octeon,v 1.37 2017/06/22 16:01:48 deraadt Exp $ +# $OpenBSD: Makefile.octeon,v 1.38 2017/06/25 14:02:23 deraadt Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -131,7 +131,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 |