From cd5dc9b3c28e406643995100509e28dd22bde1b2 Mon Sep 17 00:00:00 2001 From: jmc Date: Sat, 8 Mar 2003 20:23:20 +0000 Subject: Remove --no-force as automake isn't remaking Makefile.in in the src dir sometimes and this means it won't pick up -lintl --- games/xracer/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games') diff --git a/games/xracer/Makefile b/games/xracer/Makefile index 1a6378dc33f..e6df80d3f9c 100644 --- a/games/xracer/Makefile +++ b/games/xracer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2002/10/02 19:02:34 dillo Exp $ +# $NetBSD: Makefile,v 1.24 2003/03/08 20:23:20 jmc Exp $ # DISTNAME= xracer-0.96.9 @@ -24,7 +24,7 @@ GNU_CONFIGURE= # defined AUTOMAKE_REQD= 1.4 pre-configure: - cd ${WRKSRC} && ${AUTOMAKE} --gnu --no-force && ${AUTOCONF} + cd ${WRKSRC} && ${AUTOMAKE} --gnu && ${AUTOCONF} pre-patch: .for perlfile in blender2track/xracer-blender2track.pl \ -- cgit v1.2.3