projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add quotes to TARGET_CC and TARGET_CROSS to help with distcc and ccache
[openwrt.git]
/
package
/
dropbear
/
Makefile
diff --git
a/package/dropbear/Makefile
b/package/dropbear/Makefile
index
b76d3da
..
48e69e4
100644
(file)
--- a/
package/dropbear/Makefile
+++ b/
package/dropbear/Makefile
@@
-1,3
+1,9
@@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
# $Id$
include $(TOPDIR)/rules.mk
# $Id$
include $(TOPDIR)/rules.mk
@@
-75,11
+81,11
@@
endef
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
- LD=
$(TARGET_CC)
\
+ LD=
"$(TARGET_CC)"
\
PROGRAMS="dropbear dbclient dropbearkey scp" \
MULTI=1 SCPPROGRESS=1
$(MAKE) -C $(PKG_BUILD_DIR) \
PROGRAMS="dropbear dbclient dropbearkey scp" \
MULTI=1 SCPPROGRESS=1
$(MAKE) -C $(PKG_BUILD_DIR) \
- LD=
$(TARGET_CC)
\
+ LD=
"$(TARGET_CC)"
\
PROGRAMS="dropbearconvert"
endef
PROGRAMS="dropbearconvert"
endef
This page took
0.040544 seconds
and
4
git commands to generate.