summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2021-10-07 12:57:31 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:42 -0400
commited723ca76fb9447093d64ef238f76f0e2c116bdd (patch)
treeef0dfdb1ff4da10a83ed7d0e4f7042569e03d29e /common.mk
parent506c037a166e7b06b7dbacba3412a356bead7b16 (diff)
Remove yjit_backend to help with upstreaming
The new backend isn't used at the moment and adds to our diff against upstream so remove it for now. We can reverse the removal later with git history.
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 53e08f0417..7c50313583 100644
--- a/common.mk
+++ b/common.mk
@@ -17098,7 +17098,6 @@ yjit.$(OBJEXT): {$(VPATH)}yjit.rb
yjit.$(OBJEXT): {$(VPATH)}yjit.rbinc
yjit.$(OBJEXT): {$(VPATH)}yjit_asm.c
yjit.$(OBJEXT): {$(VPATH)}yjit_asm.h
-yjit.$(OBJEXT): {$(VPATH)}yjit_backend.h
yjit.$(OBJEXT): {$(VPATH)}yjit_codegen.c
yjit.$(OBJEXT): {$(VPATH)}yjit_codegen.h
yjit.$(OBJEXT): {$(VPATH)}yjit_core.c