Skip to content

Commit 706f60b

Browse files
committed
Skip implicit rule for .rbinc when BASERUBY is unavailable
1 parent dff1310 commit 706f60b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1317,7 +1317,7 @@ preludes: {$(VPATH)}miniprelude.c
13171317
$(ECHO) making $@
13181318
$(Q) $(MINIRUBY) $(tooldir)/mk_rbbin.rb $(SRC_FILE) > $(OS_DEST_FILE)
13191319

1320-
{$(srcdir)}.rb.rbinc:
1320+
{$(srcdir)}.rb.$(HAVE_BASERUBY:yes=)rbinc:
13211321
$(ECHO) making $@
13221322
$(Q) $(BASERUBY) $(tooldir)/mk_builtin_loader.rb $(DUMP_AST) $(SRC_FILE)
13231323

0 commit comments

Comments
 (0)