lua: fix a typo
[openwrt/svn-archive/archive.git] / 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