diff options
| author | Mike Baker <mbm@openwrt.org> | 2006-08-04 05:30:27 +0000 |
|---|---|---|
| committer | Mike Baker <mbm@openwrt.org> | 2006-08-04 05:30:27 +0000 |
| commit | 6c81c75f030fc43a28977211533b2416ebfaecc6 (patch) | |
| tree | 3b9ec3cf0b0d5b12cbd97614ab748855fd89d266 /openwrt/package/dropbear | |
| parent | 429f4764ac6023dd1e0380ff4a476a3c09d99577 (diff) | |
| download | mtk-20170518-6c81c75f030fc43a28977211533b2416ebfaecc6.zip mtk-20170518-6c81c75f030fc43a28977211533b2416ebfaecc6.tar.gz mtk-20170518-6c81c75f030fc43a28977211533b2416ebfaecc6.tar.bz2 | |
more cleanup (make sure to pass TARGET_PATH and not just TARGET_CC)
SVN-Revision: 4432
Diffstat (limited to 'openwrt/package/dropbear')
| -rw-r--r-- | openwrt/package/dropbear/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/dropbear/Makefile b/openwrt/package/dropbear/Makefile index 48e69e4..cfb2c41 100644 --- a/openwrt/package/dropbear/Makefile +++ b/openwrt/package/dropbear/Makefile @@ -81,11 +81,11 @@ endef define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ - LD="$(TARGET_CC)" \ + $(TARGET_CONFIGURE_OPTS) \ PROGRAMS="dropbear dbclient dropbearkey scp" \ MULTI=1 SCPPROGRESS=1 $(MAKE) -C $(PKG_BUILD_DIR) \ - LD="$(TARGET_CC)" \ + $(TARGET_CONFIGURE_OPTS) \ PROGRAMS="dropbearconvert" endef |
