From 7251868b088107c15746ed5a67706089a36619da Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Mon, 16 Mar 2009 12:18:37 +0100 Subject: [PATCH] fix Makefile when no crypto --- config/makefiles/root.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/makefiles/root.in b/config/makefiles/root.in index f70e54b..f6fca78 100644 --- a/config/makefiles/root.in +++ b/config/makefiles/root.in @@ -73,9 +73,9 @@ GEN_PIR := \ src/lua51_gen.pir \ src/PASTGrammar_gen.pir \ src/POSTGrammar_gen.pir \ - $(LIBPATH)/luabytecode_gen.pir \ #IF(has_opengl): $(LIBPATH)/gl.pir \ - $(LIBPATH)/sha1.pir +#IF(has_crypto): $(LIBPATH)/sha1.pir \ + $(LIBPATH)/luabytecode_gen.pir GEN_PBC := \ lua.pbc \