aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 3a6a4329..8c47a16b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -475,7 +475,7 @@ DASM_FLAGS= $(DASM_XFLAGS) $(DASM_AFLAGS)
475DASM_DASC= vm_$(DASM_ARCH).dasc 475DASM_DASC= vm_$(DASM_ARCH).dasc
476 476
477GIT= git 477GIT= git
478GIT_RELVER= [ -d ../.git ] && $(GIT) show -s --format=%ct >luajit_relver.txt 2>/dev/null || cat ../.relver >luajit_relver.txt 2>/dev/null || : 478GIT_RELVER= [ -e ../.git ] && $(GIT) show -s --format=%ct >luajit_relver.txt 2>/dev/null || cat ../.relver >luajit_relver.txt 2>/dev/null || :
479GIT_DEP= $(wildcard ../.git/HEAD ../.git/refs/heads/*) 479GIT_DEP= $(wildcard ../.git/HEAD ../.git/refs/heads/*)
480 480
481BUILDVM_O= host/buildvm.o host/buildvm_asm.o host/buildvm_peobj.o \ 481BUILDVM_O= host/buildvm.o host/buildvm_asm.o host/buildvm_peobj.o \