From: Felix Fietkau Date: Mon, 2 Jun 2008 15:57:17 +0000 (+0000) Subject: always enable luaposix X-Git-Tag: 0.8.0~916 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=6b0b22688c27d290542f8b86d12183b5c4cd43fd always enable luaposix --- diff --git a/Makefile b/Makefile index 0e09682ae..fa9a40730 100644 --- a/Makefile +++ b/Makefile @@ -1,15 +1,10 @@ include build/config.mk -MODULES = applications/* libs/* modules/* themes/* i18n/* +MODULES = applications/* libs/* modules/* themes/* i18n/* contrib/luaposix LUA_TARGET = source -### luaposix merge (temporary) ### OS:=$(shell uname) export OS -ifeq ($(OS),Darwin) - MODULES += contrib/luaposix -endif - .PHONY: all build gccbuild luabuild clean host gcchost luahost hostcopy hostclean