Skip to content

Commit 674ca17

Browse files
committed
Hack for BSD make
1 parent 7d87091 commit 674ca17

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

template/Makefile.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ all:
302302
# fails. Prevents half-built targets corrupting future runs.
303303
.DELETE_ON_ERROR:
304304

305+
miniruby$(EXEEXT): $(PRISM_FILES:.$(OBJEXT)=.c) # for BSD make
305306
miniruby$(EXEEXT):
306307
@-if test -f $@; then $(MV) -f $@ $@.old; $(RM) $@.old; fi
307308
$(ECHO) linking $@

0 commit comments

Comments
 (0)