From 595f6b02c854fdc412a180fc6767148d6eebd394 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 9 Oct 2014 13:24:12 +0200 Subject: fixed some tests --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index a74de4d..8c83b3e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -7,7 +7,7 @@ SUBDIRS += sqlite3 endif ifeq ($(WITH_LUA),1) -SUBDIRS += lua tolua +SUBDIRS := lua tolua $(SUBDIRS) endif PACKAGE_NAME = crawler -- cgit v1.2.3-54-g00ecf