projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3096f34
)
- correct extensions for apple (thanks Heikki Lindholm for pointing this out)
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Sat, 2 Jun 2007 08:49:45 +0000
(08:49 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Sat, 2 Jun 2007 08:49:45 +0000
(08:49 -0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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)))