diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-04 21:15:44 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-04 21:15:44 +0000 |
commit | 0f1316cd74e7432d7c6958d4f6cdfdb7c28a4d33 (patch) | |
tree | 21e364deb292ffc60d3c1d257eb53e2e69664c83 /openwrt | |
parent | 511f628c2e60c9530ce8acae09330fe198066e40 (diff) |
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1850 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 e3453f6cc..73a32a470 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 $@ |