projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
trigger error if dport is used when no proto is defined
[openwrt.git]
/
package
/
opkg
/
Makefile
diff --git
a/package/opkg/Makefile
b/package/opkg/Makefile
index
76729db
..
97971b3
100644
(file)
--- a/
package/opkg/Makefile
+++ b/
package/opkg/Makefile
@@
-53,7
+53,7
@@
endef
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
- CC=
$(TARGET_CC)
\
+ CC=
"$(TARGET_CC)"
\
DESTDIR="$(PKG_INSTALL_DIR)" \
all install
endef
DESTDIR="$(PKG_INSTALL_DIR)" \
all install
endef
This page took
0.023477 seconds
and
4
git commands to generate.