From ce8025ba471ba5553944b3c30bbbec68a768eacb Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 25 Mar 2002 22:46:28 +0000 Subject: Fix build problem under Solaris. --- misc/bidwatcher/Makefile | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'misc/bidwatcher') diff --git a/misc/bidwatcher/Makefile b/misc/bidwatcher/Makefile index 4e4d965cd45..95984feff97 100644 --- a/misc/bidwatcher/Makefile +++ b/misc/bidwatcher/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/03/22 21:59:55 tron Exp $ +# $NetBSD: Makefile,v 1.9 2002/03/25 22:46:28 tron Exp $ DISTNAME= bidwatcher-1.3.3 CATEGORIES= misc @@ -8,18 +8,13 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://sourceforge.net/projects/bidwatcher/ COMMENT= eBay snipe tool -GNU_CONFIGURE= YES -USE_GMAKE= YES +GNU_CONFIGURE= YES +USE_GMAKE= YES +AUTOMAKE_OVERRIDE= NO DOCDIR= ${PREFIX}/share/doc/bidwatcher HTMLDIR= ${PREFIX}/share/doc/html/bidwatcher -.include "../../mk/bsd.prefs.mk" - -.if (${OPSYS} == SunOS) -MAKE_ENV+= CC="${CC}" CXX="${CXX}" -.endif - post-install: ${INSTALL_DATA_DIR} ${DOCDIR} for FILE in AUTHORS COPYING INSTALL NEWS README; do \ -- cgit v1.2.3