projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f57cb9b
)
fix compile error
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 22 Jan 2007 00:26:17 +0000
(
00:26
+0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 22 Jan 2007 00:26:17 +0000
(
00:26
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6168
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
utils/procps/Makefile
patch
|
blob
|
history
diff --git
a/utils/procps/Makefile
b/utils/procps/Makefile
index
91bcb1a
..
85afedb
100644
(file)
--- a/
utils/procps/Makefile
+++ b/
utils/procps/Makefile
@@
-42,8
+42,8
@@
endef
define Build/Compile
$(call Build/Compile/Default, \
- CFLAGS="
\$$$
$(EXTRA_CFLAGS)" \
- LDFLAGS="
\$$$
$(EXTRA_LDFLAGS)" \
+ CFLAGS="
$(TARGET_CFLAGS)
$(EXTRA_CFLAGS)" \
+ LDFLAGS="$(EXTRA_LDFLAGS)" \
)
endef