diff options
Diffstat (limited to 'sys/arch/gumstix/conf/Makefile.gumstix')
-rw-r--r-- | sys/arch/gumstix/conf/Makefile.gumstix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/gumstix/conf/Makefile.gumstix b/sys/arch/gumstix/conf/Makefile.gumstix index 0aea374f3f6..ca663901ec7 100644 --- a/sys/arch/gumstix/conf/Makefile.gumstix +++ b/sys/arch/gumstix/conf/Makefile.gumstix @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.gumstix,v 1.3 2009/08/09 23:04:49 miod Exp $ +# $OpenBSD: Makefile.gumstix,v 1.4 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 @@ -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 |