From: Bernhard Reutner-Fischer Date: Sat, 2 Jun 2007 08:49:45 +0000 (-0000) Subject: - correct extensions for apple (thanks Heikki Lindholm for pointing this out) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fc9566ef2347e07e5da537c0d58532f4aa5abdc4;p=buildroot.git - correct extensions for apple (thanks Heikki Lindholm for pointing this out) --- 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)))