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 | c750a88761be994753902ee45539072534294b37 (patch) | |
tree | 6218d72782ad6b407aec7fda00204c3b96b59fb2 /package/wiviz/Makefile | |
parent | 1e5b8d031095a48424cd5a370c03efc7ddcfc8cd (diff) | |
download | upstream-c750a88761be994753902ee45539072534294b37.tar.gz upstream-c750a88761be994753902ee45539072534294b37.tar.bz2 upstream-c750a88761be994753902ee45539072534294b37.zip |
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1850 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/wiviz/Makefile')
-rw-r--r-- | package/wiviz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/wiviz/Makefile b/package/wiviz/Makefile index e3453f6cc2..73a32a470e 100644 --- a/package/wiviz/Makefile +++ b/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 $@ |