We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d87091 commit 9595058Copy full SHA for 9595058
1 file changed
common.mk
@@ -361,6 +361,7 @@ programs: $(PROGRAM) $(WPROGRAM) $(arch)-fake.rb
361
$(PREP): $(MKFILES)
362
363
miniruby$(EXEEXT): config.status $(NORMALMAINOBJ) $(MINIOBJS) $(COMMONOBJS) $(ARCHFILE)
364
+miniruby$(EXEEXT): $(PRISM_FILES:.$(OBJEXT)=.c) # for BSD make
365
366
objs: $(ALLOBJS)
367
0 commit comments