lua: fix a typo
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 27 Oct 2009 21:28:15 +0000 (21:28 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 27 Oct 2009 21:28:15 +0000 (21:28 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18190 3c298f89-4303-0410-b956-a3cf2f4a3e73

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