From fc9566ef2347e07e5da537c0d58532f4aa5abdc4 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sat, 2 Jun 2007 08:49:45 +0000 Subject: [PATCH] - correct extensions for apple (thanks Heikki Lindholm for pointing this out) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 86f8dce0f0..d58b693db2 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))) -- 2.30.2