Fix BSDmakefile for recent versions of BSD make

pull/13/head
Daniel Roethlisberger 8 years ago
parent 4c7b1419e4
commit cf79be7b2b

@ -1,6 +1,6 @@
USE_GNU:
all:
@gmake $(.TARGETS)
$(.TARGETS): USE_GNU
$(.TARGETS): all
.PHONY: USE_GNU
.PHONY: all

Loading…
Cancel
Save