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 | 510f688e02dcb2f672303a21e424f4e31b9e1f99 (patch) | |
| tree | 21e364deb292ffc60d3c1d257eb53e2e69664c83 | |
| parent | b01666a576ed8994c4e97eea617ab058b6378bf4 (diff) | |
| download | upstream-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/Makefile | 2 |
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 $@ |
