aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-09-04 21:15:44 +0000
committerNicolas Thill <nico@openwrt.org>2005-09-04 21:15:44 +0000
commit510f688e02dcb2f672303a21e424f4e31b9e1f99 (patch)
tree21e364deb292ffc60d3c1d257eb53e2e69664c83
parentb01666a576ed8994c4e97eea617ab058b6378bf4 (diff)
downloadupstream-510f688e02dcb2f672303a21e424f4e31b9e1f99.tar.gz
upstream-510f688e02dcb2f672303a21e424f4e31b9e1f99.tar.bz2
upstream-510f688e02dcb2f672303a21e424f4e31b9e1f99.zip
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1850 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--openwrt/package/wiviz/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/wiviz/Makefile b/openwrt/package/wiviz/Makefile
index e3453f6cc29..73a32a470e5 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 $@