diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-09-04 21:15:44 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-09-04 21:15:44 +0000 |
commit | 02f00068cd570c52dcb90007566b19230c93dcb0 (patch) | |
tree | 21e364deb292ffc60d3c1d257eb53e2e69664c83 /openwrt | |
parent | 9a7b6367fa5408c4e8fa36e27c5013dc5c592abb (diff) | |
download | mtk-20170518-02f00068cd570c52dcb90007566b19230c93dcb0.zip mtk-20170518-02f00068cd570c52dcb90007566b19230c93dcb0.tar.gz mtk-20170518-02f00068cd570c52dcb90007566b19230c93dcb0.tar.bz2 |
fix typo
SVN-Revision: 1850
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/wiviz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/wiviz/Makefile b/openwrt/package/wiviz/Makefile index e3453f6..73a32a4 100644 --- a/openwrt/package/wiviz/Makefile +++ b/openwrt/package/wiviz/Makefile @@ -23,7 +23,7 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.built: $(MAKE) -C $(PKG_BUILD_DIR) \ CC="$(TARGET_CC)" \ - COPTS="$(TARGET_CFLAGS)" \ + CCOPTS="$(TARGET_CFLAGS)" \ INCLUDE="-I$(STAGING_DIR)/include -I$(STAGING_DIR)/usr/include" \ LDFLAGS="-L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/lib" touch $@ |