From cf79be7b2b524aa933a807cc581214e0b74bfef1 Mon Sep 17 00:00:00 2001 From: Daniel Roethlisberger Date: Sun, 27 Mar 2016 15:36:13 +0200 Subject: [PATCH] Fix BSDmakefile for recent versions of BSD make --- BSDmakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BSDmakefile b/BSDmakefile index 5e7470c..e4a3f1c 100644 --- a/BSDmakefile +++ b/BSDmakefile @@ -1,6 +1,6 @@ -USE_GNU: +all: @gmake $(.TARGETS) -$(.TARGETS): USE_GNU +$(.TARGETS): all -.PHONY: USE_GNU +.PHONY: all