- correct extensions for apple (thanks Heikki Lindholm for pointing this out)
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 2 Jun 2007 08:49:45 +0000 (08:49 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 2 Jun 2007 08:49:45 +0000 (08:49 -0000)
Makefile

index 86f8dce0f0932a86a7442e2df182a7cffd9c229b..d58b693db22b9e9071050d48936cd400a604974b 100644 (file)
--- 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)))