lua: fix a typo
authorFelix Fietkau <nbd@openwrt.org>
Tue, 27 Oct 2009 21:28:15 +0000 (21:28 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 27 Oct 2009 21:28:15 +0000 (21:28 +0000)
SVN-Revision: 18190

package/lua/Makefile

index e314341d94f3cbebaf0c4b12c12848e4bc204430..9d9c77b9e4fc1313e7f3cdb1bf09e75332214a00 100644 (file)
@@ -111,7 +111,7 @@ define Build/Compile
                install
 endef
 
-define Build/Configure
+define Host/Configure
        $(SED) 's,"/usr/local/","$(STAGING_DIR_HOST)/",' $(HOST_BUILD_DIR)/src/luaconf.h
 endef