projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11c6128
)
fix compile
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 22 Jan 2007 01:30:47 +0000
(
01:30
+0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 22 Jan 2007 01:30:47 +0000
(
01:30
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6173
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/wiviz/Makefile
patch
|
blob
|
history
diff --git
a/net/wiviz/Makefile
b/net/wiviz/Makefile
index
654a6ce
..
ff7cc5f
100644
(file)
--- a/
net/wiviz/Makefile
+++ b/
net/wiviz/Makefile
@@
-31,9
+31,9
@@
endef
define Build/Compile
$(call Build/Compile/Default, \
- CCOPTS="
\$$$
$(EXTRA_CFLAGS)" \
+ CCOPTS="
$(TARGET_CFLAGS)
$(EXTRA_CFLAGS)" \
INCLUDE="" \
- LDFLAGS="
\$$$
$(EXTRA_LDFLAGS)" \
+ LDFLAGS="$(EXTRA_LDFLAGS)" \
)
endef