projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix uclibc++ dependency issue
[openwrt.git]
/
openwrt
/
package
/
parprouted
/
Makefile
diff --git
a/openwrt/package/parprouted/Makefile
b/openwrt/package/parprouted/Makefile
index
fc37e10
..
a06a152
100644
(file)
--- a/
openwrt/package/parprouted/Makefile
+++ b/
openwrt/package/parprouted/Makefile
@@
-22,7
+22,7
@@
$(PKG_BUILD_DIR)/.configured:
$(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(PKG_BUILD_DIR) \
$(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(PKG_BUILD_DIR) \
- CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" \
+ CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)"
LDFLAGS=""
\
all
touch $@
all
touch $@
This page took
0.02574 seconds
and
4
git commands to generate.