From fc9566ef2347e07e5da537c0d58532f4aa5abdc4 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sat, 2 Jun 2007 08:49:45 +0000 Subject: - correct extensions for apple (thanks Heikki Lindholm for pointing this out) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 86f8dce0f..d58b693db 100644 --- a/Makefile +++ b/Makefile @@ -72,8 +72,8 @@ LIBEXT:=.a SHREXT:=.so endif ifneq (,$(findstring apple,$(BR2_GNU_BUILD_SUFFIX))) -EXEEXT:=.pear -LIBEXT:=.dunno +EXEEXT:= +LIBEXT:=.a SHREXT:=.dylib endif ifneq (,$(findstring cygwin,$(BR2_GNU_BUILD_SUFFIX))) -- cgit v1.2.3