From: Alan T. DeKok Date: Fri, 11 Oct 2019 21:44:35 +0000 (-0400) Subject: output directories aren't phony X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9955537c71da383a095ebcbdaeb4f6c79fb5ae90;p=thirdparty%2Ffreeradius-server.git output directories aren't phony --- diff --git a/src/tests/all.mk b/src/tests/all.mk index 747a08116ac..501138f64e5 100644 --- a/src/tests/all.mk +++ b/src/tests/all.mk @@ -103,7 +103,6 @@ OUTPUT := $$(OUTPUT.$(TEST)) # # Create the output directory # -.PHONY: $$(OUTPUT.$(TEST)) $$(OUTPUT.$(TEST)): $${Q}mkdir -p $$@