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
This commit is contained in:
hendricks266 2017-03-23 20:46:41 +00:00
parent bc081e6593
commit f0869a6d0e

View file

@ -701,7 +701,16 @@ ROLES = \
ifeq ($(PRETTY_OUTPUT),1) ifeq ($(PRETTY_OUTPUT),1)
.SILENT: .SILENT:
endif 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: .SUFFIXES:
.SECONDEXPANSION: .SECONDEXPANSION: