From 47ed9a423277c0ac68e523b0008626b446454dbe Mon Sep 17 00:00:00 2001 From: Evgeny Pokhilko Date: Sun, 31 Mar 2019 15:26:14 +1100 Subject: Fix the incorrect syntax .PHONY= PHONY targets should be .PHONY: --- src/build-data/makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build-data/makefile.in b/src/build-data/makefile.in index f24b4dbbf..08c9c5421 100644 --- a/src/build-data/makefile.in +++ b/src/build-data/makefile.in @@ -42,7 +42,7 @@ docs: %{doc_stamp_file} # Misc targets %{if make_supports_phony} -.PHONY = all cli libs tests docs clean distclean install +.PHONY: all cli libs tests docs clean distclean install %{endif} %{doc_stamp_file}: %{doc_dir}/manual/*.rst -- cgit v1.2.3