]> git.e2factory.org Git - e2factory.git/commitdiff
Don't "clean" the internal Lua directory, clean the build results
authorTobias Ulmer <tu@emlix.com>
Fri, 7 Sep 2012 09:26:01 +0000 (11:26 +0200)
committerTobias Ulmer <tu@emlix.com>
Tue, 26 Feb 2013 18:07:10 +0000 (19:07 +0100)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
lua/Makefile

index 9b3afd3df5372b8f54675b45f0b820a0b6b43534..125ba4d30a7306e71dc585480762be8937ca9e85 100644 (file)
@@ -72,4 +72,4 @@ install-doc:
        done
 
 clean:
-       rm -fr $(LUA_ALL_VERSIONS:%=lua-%)
+       $(MAKE) -C lua-5.1.3/src clean