From f0869a6d0e7233c3f076ea8a7d6222f5778ce08c Mon Sep 17 00:00:00 2001 From: hendricks266 Date: Thu, 23 Mar 2017 20:46:41 +0000 Subject: [PATCH] Makefile: Change the phonies list so that it is newline-separated. git-svn-id: https://svn.eduke32.com/eduke32@6097 1a8010ca-5511-0410-912e-c29ae57300e0 --- GNUmakefile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 44c803515..b3fd350c2 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -701,7 +701,16 @@ ROLES = \ ifeq ($(PRETTY_OUTPUT),1) .SILENT: endif -.PHONY: all $(foreach j,$(foreach i,$(GAMES),$($i)) test utils tools,$j clean$j) veryclean clean printutils printtools rev $(ENGINE_OBJ)/rev.$o +.PHONY: \ + all \ + $(foreach j,$(foreach i,$(GAMES),$($i)) test utils tools,$j clean$j) \ + veryclean \ + clean \ + printutils \ + printtools \ + rev \ + $(ENGINE_OBJ)/rev.$o \ + .SUFFIXES: .SECONDEXPANSION: