We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d87091 commit 674ca17Copy full SHA for 674ca17
1 file changed
template/Makefile.in
@@ -302,6 +302,7 @@ all:
302
# fails. Prevents half-built targets corrupting future runs.
303
.DELETE_ON_ERROR:
304
305
+miniruby$(EXEEXT): $(PRISM_FILES:.$(OBJEXT)=.c) # for BSD make
306
miniruby$(EXEEXT):
307
@-if test -f $@; then $(MV) -f $@ $@.old; $(RM) $@.old; fi
308
$(ECHO) linking $@
0 commit comments