Skip to content
Snippets Groups Projects
Commit 60f2f9ea authored by Sjoerd Simons's avatar Sjoerd Simons
Browse files

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: default avatarSjoerd Simons <sjoerd.simons@collabora.co.uk>
Reviewed-by: default avatarGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Differential Revision: https://phabricator.apertis.org/D5249
parent 0db46987
No related branches found
No related tags found
No related merge requests found
......@@ -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-%
./$<
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment