Browse Source

- correct extensions for apple (thanks Heikki Lindholm for pointing this out)

Bernhard Reutner-Fischer 18 years ago
parent
commit
fc9566ef23
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Makefile

+ 2 - 2
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)))