From 060d137508267cc29611095b3ba500cdecd265eb Mon Sep 17 00:00:00 2001 From: grant Date: Thu, 23 Oct 2003 21:39:52 +0000 Subject: fall back to 'netbsd' target if there's no special arch target. noted by martin@. --- audio/mpg123/Makefile.common | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/audio/mpg123/Makefile.common b/audio/mpg123/Makefile.common index 07d4774efd0..e5f14ed32c8 100644 --- a/audio/mpg123/Makefile.common +++ b/audio/mpg123/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2003/10/18 11:32:39 grant Exp $ +# $NetBSD: Makefile.common,v 1.11 2003/10/23 21:39:52 grant Exp $ DISTNAME= mpg123-0.59r MPG123_VERSION= 0.59.18 @@ -48,6 +48,8 @@ ALL_TARGET= netbsd-arm${TARGET_SUFFIX} . endif # MPG123_ARM_FIXED64 . elif ${MACHINE_ARCH} == "m68k" ALL_TARGET= netbsd-m68k${TARGET_SUFFIX} +. else +ALL_TARGET= netbsd . endif .else ALL_TARGET= ${LOWER_OPSYS}${TARGET_SUFFIX} -- cgit v1.2.3