From: Tobias Ulmer Date: Fri, 7 Sep 2012 09:26:01 +0000 (+0200) Subject: Don't "clean" the internal Lua directory, clean the build results X-Git-Tag: e2factory-2.3.13rc1~108 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=180f242cd6d175172b5526b47e61d5f9471b90bd;p=e2factory.git Don't "clean" the internal Lua directory, clean the build results Signed-off-by: Tobias Ulmer --- diff --git a/lua/Makefile b/lua/Makefile index 9b3afd3..125ba4d 100644 --- a/lua/Makefile +++ b/lua/Makefile @@ -72,4 +72,4 @@ install-doc: done clean: - rm -fr $(LUA_ALL_VERSIONS:%=lua-%) + $(MAKE) -C lua-5.1.3/src clean