summaryrefslogtreecommitdiff
path: root/sys/arch/vax
diff options
context:
space:
mode:
authorPhilip Guenthe <guenther@cvs.openbsd.org>2009-10-19 19:46:58 +0000
committerPhilip Guenthe <guenther@cvs.openbsd.org>2009-10-19 19:46:58 +0000
commit94bbd10d6310ee51294332b859d32b26b05d932a (patch)
treefbc930fef008997a38a955318ba7d4dc0ce85536 /sys/arch/vax
parent5259d23908f7083fed7209881bce35238f69875a (diff)
Correct a target name so that we don't rebuild vers.o (and then
bsd) unless some other object has changed. Rebuild and reinstall in /usr/src/usr.sbin/config/ after updating! "I like it" deraadt@
Diffstat (limited to 'sys/arch/vax')
-rw-r--r--sys/arch/vax/conf/Makefile.vax4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/conf/Makefile.vax b/sys/arch/vax/conf/Makefile.vax
index 11e75ab8abd..c4c8dfba6e1 100644
--- a/sys/arch/vax/conf/Makefile.vax
+++ b/sys/arch/vax/conf/Makefile.vax
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.vax,v 1.34 2009/08/09 23:04:49 miod Exp $
+# $OpenBSD: Makefile.vax,v 1.35 2009/10/19 19:46:57 guenther Exp $
# $NetBSD: Makefile.vax,v 1.49 1999/07/26 05:20:49 cgd Exp $
# Makefile for OpenBSD/vax
@@ -140,7 +140,7 @@ mcount.o: $S/lib/libkern/mcount.c Makefile
ioconf.o: ioconf.c
${NORMAL_C}
-newvers: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP}
+vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP}
sh $S/conf/newvers.sh
${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c