projects
/
oweals
/
uci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14bd270
)
fix typo
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 2 Feb 2008 23:46:51 +0000
(
00:46
+0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 2 Feb 2008 23:46:51 +0000
(
00:46
+0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 766fccbd6cf11ee301513d4277ec7481bf370341..051426998e900d28c7c14516b9dae5d3806a5e05 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-20,7
+20,7
@@
ifeq ($(OS),Darwin)
SHLIB_EXT=dylib
SHLIB_FLAGS=-dylib
else
- LD=
gcc
+ LD=
$(CC)
SHLIB_EXT=so
SHLIB_FLAGS=-shared -Wl,-soname,$(SHLIB_FILE)
endif