diff options
Diffstat (limited to 'emulators/spim/Makefile')
-rw-r--r-- | emulators/spim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile index 80a15d30d30..46cd2239362 100644 --- a/emulators/spim/Makefile +++ b/emulators/spim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/11/29 21:18:59 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2004/12/03 15:14:56 wiz Exp $ # FreeBSD Id: Makefile,v 1.5 1997/10/10 06:53:35 obrien Exp # @@ -21,7 +21,7 @@ USE_IMAKE= yes USE_GNU_TOOLS+= lex XMKMF= ${X11BASE}/bin/xmkmf # don't specify -a option -ALL_TARGET= y.tab.c depend spim xspim +BUILD_TARGET= y.tab.c depend spim xspim pre-configure: @${RM} -f ${WRKSRC}/y.tab.* |