diff options
Diffstat (limited to 'contrib/luaposix/Makefile')
-rw-r--r-- | contrib/luaposix/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/luaposix/Makefile b/contrib/luaposix/Makefile index e9433bf587..1d7744ee73 100644 --- a/contrib/luaposix/Makefile +++ b/contrib/luaposix/Makefile @@ -10,6 +10,8 @@ LUAPOSIX_PATCHDIR = patches all: compile +include ../../build/module.mk + $(LUAPOSIX_FILE): wget -O $@ $(LUAPOSIX_URL) || rm -f $@ |