]> git.e2factory.org Git - e2factory.git/commitdiff
fix a build error: LUAC was used instead BUILD_LUAC
authorGordon Hecker <gh@emlix.com>
Mon, 26 Oct 2009 09:27:38 +0000 (10:27 +0100)
committerGordon Hecker <gh@emlix.com>
Mon, 26 Oct 2009 09:48:34 +0000 (10:48 +0100)
Signed-off-by: Gordon Hecker <gh@emlix.com>
generic/Makefile

index 4013e03e71f7ebd0ec515e61bd99238c2cc1e96b..281a150e51c8b7a08acb7d8f60011e7508d01008 100644 (file)
@@ -94,7 +94,7 @@ e2generic_local.lc: strict.lua collection.lua e2lib_local_prefix.lua \
        $(TOPLEVEL)/scripts/genscript.sh $< $@
 
 %.lc: %.lua
-       $(LUAC) -o $@ $<
+       $(BUILD_LUAC) -o $@ $<
 
 e2-su-2.2: e2-su-2.2.c
        $(CC) $(CFLAGS) $(E2_SU_CFLAGS) $(LDFLAGS) $< -o $@