fix typo
authorNicolas Thill <nico@openwrt.org>
Sun, 4 Sep 2005 21:15:44 +0000 (21:15 +0000)
committerNicolas Thill <nico@openwrt.org>
Sun, 4 Sep 2005 21:15:44 +0000 (21:15 +0000)
SVN-Revision: 1850

openwrt/package/wiviz/Makefile

index e3453f6cc29a491c1de6bd2d216a69bbd0209d43..73a32a470e5cfef58e9d195d504eaee2bf74b3b5 100644 (file)
@@ -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 $@