From 60f2f9ea09244c0e9ab62b268947b2025c7e1576 Mon Sep 17 00:00:00 2001
From: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date: Tue, 13 Dec 2016 11:29:51 +0100
Subject: [PATCH] Add dummy install target

The parent makefile will recursively call all submakefiles for various
targets among which install. So this makefile needs to handle that even
if it doesn't do anything

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Differential Revision: https://phabricator.apertis.org/D5249
---
 tests/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/Makefile b/tests/Makefile
index 9751499..3aa0d35 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -91,6 +91,9 @@ RUN_TESTS = $(addprefix run_, $(patsubst -,_,$(TESTS)))
 
 all: $(STAMPS) $(ARCHIVES) $(CONFIGS) $(VERSIONS) $(LATEST_VERSIONS)
 
+install:
+	# Empty target, nothing to install
+
 run_test-%: test-%
 	./$<
 
-- 
GitLab