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

This commit is contained in:
Bernhard Reutner-Fischer 2007-06-02 08:49:45 +00:00
parent 3096f34d27
commit fc9566ef23

View File

@ -72,8 +72,8 @@ LIBEXT:=.a
SHREXT:=.so SHREXT:=.so
endif endif
ifneq (,$(findstring apple,$(BR2_GNU_BUILD_SUFFIX))) ifneq (,$(findstring apple,$(BR2_GNU_BUILD_SUFFIX)))
EXEEXT:=.pear EXEEXT:=
LIBEXT:=.dunno LIBEXT:=.a
SHREXT:=.dylib SHREXT:=.dylib
endif endif
ifneq (,$(findstring cygwin,$(BR2_GNU_BUILD_SUFFIX))) ifneq (,$(findstring cygwin,$(BR2_GNU_BUILD_SUFFIX)))