diff options
author | seb <seb@pkgsrc.org> | 2003-09-30 21:47:14 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-09-30 21:47:14 +0000 |
commit | a36cb52f042238b8f983670ef00d7984b24c7589 (patch) | |
tree | 598760f6aea1eb5e3b001f8abae005b696176cf7 /lang/mawk/Makefile | |
parent | 81617eaef32433f7b5db71aa4da1a3334ea6d548 (diff) | |
download | pkgsrc-a36cb52f042238b8f983670ef00d7984b24c7589.tar.gz |
Fix build with GCC 3.3.1: don't hunt for libm with log() but with floor().
While here set TEST_TARGET even if the submake all target includes the
test ones.
Diffstat (limited to 'lang/mawk/Makefile')
-rw-r--r-- | lang/mawk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/mawk/Makefile b/lang/mawk/Makefile index f95d048e637..ab266db5d12 100644 --- a/lang/mawk/Makefile +++ b/lang/mawk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/09/05 19:00:59 tron Exp $ +# $NetBSD: Makefile,v 1.12 2003/09/30 21:47:14 seb Exp $ # DISTNAME= mawk-1.3.3 @@ -10,6 +10,7 @@ MAINTAINER= agc@NetBSD.org COMMENT= Mike Brennan's fast awk clone GNU_CONFIGURE= yes +TEST_TARGET= mawk_test fpe_test .include "../../mk/bsd.prefs.mk" |