always enable luaposix
authorFelix Fietkau <nbd@openwrt.org>
Mon, 2 Jun 2008 15:57:17 +0000 (15:57 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 2 Jun 2008 15:57:17 +0000 (15:57 +0000)
Makefile

index 0e09682..fa9a407 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,15 +1,10 @@
 include build/config.mk
 
 include build/config.mk
 
-MODULES = applications/* libs/* modules/* themes/* i18n/*
+MODULES = applications/* libs/* modules/* themes/* i18n/* contrib/luaposix
 LUA_TARGET = source
 
 LUA_TARGET = source
 
-### luaposix merge (temporary) ###
 OS:=$(shell uname)
 export OS
 OS:=$(shell uname)
 export OS
-ifeq ($(OS),Darwin)
-  MODULES += contrib/luaposix
-endif
-
 
 .PHONY: all build gccbuild luabuild clean host gcchost luahost hostcopy hostclean
 
 
 .PHONY: all build gccbuild luabuild clean host gcchost luahost hostcopy hostclean