From 94bbd10d6310ee51294332b859d32b26b05d932a Mon Sep 17 00:00:00 2001 From: Philip Guenthe Date: Mon, 19 Oct 2009 19:46:58 +0000 Subject: 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@ --- sys/arch/palm/conf/Makefile.palm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/palm/conf/Makefile.palm') diff --git a/sys/arch/palm/conf/Makefile.palm b/sys/arch/palm/conf/Makefile.palm index 3bfb4d590c6..4561f6f23d8 100644 --- a/sys/arch/palm/conf/Makefile.palm +++ b/sys/arch/palm/conf/Makefile.palm @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.palm,v 1.1 2009/09/05 01:22:11 marex Exp $ +# $OpenBSD: Makefile.palm,v 1.2 2009/10/19 19:46:56 guenther Exp $ # $NetBSD: Makefile.i386,v 1.67 1996/05/11 16:12:11 mycroft Exp $ # Makefile for OpenBSD @@ -134,7 +134,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 -- cgit v1.2.3