[Intel-gfx] [PATCH i-g-t 4/6] Makefile.meson: fix .PHONY deps

Jani Nikula jani.nikula at intel.com
Tue Oct 24 09:52:54 UTC 2017


Most targets here are phony, tell that to make. Avoid potentials
collisions with files and directories with the same names.

Signed-off-by: Jani Nikula <jani.nikula at intel.com>
---
 Makefile.meson | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile.meson b/Makefile.meson
index 9f71cf341121..82fa50bf92e5 100644
--- a/Makefile.meson
+++ b/Makefile.meson
@@ -1,7 +1,9 @@
 # -*- makefile -*-
 # Simple makefile integration for meson
 
-.PHONY: default docs
+.PHONY: default all clean test reconfigure check distcheck dist distclean \
+	install uninstall docs
+
 default: all
 
 Makefile: Makefile.meson
-- 
2.11.0



More information about the Intel-gfx mailing list