From 5182b5e6f28cbe3563ed058988801b90a97b6b70 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Fri, 23 Nov 2018 21:51:35 +1100 Subject: pylibfdt: Use common PREFIX variable For no particularly good reason, the install target for the Python library uses a different PREFIX variable to give the installation destination to the rest of dtc & libfdt. Make it use the same one. Signed-off-by: David Gibson --- pylibfdt/Makefile.pylibfdt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pylibfdt') diff --git a/pylibfdt/Makefile.pylibfdt b/pylibfdt/Makefile.pylibfdt index ae8d0c8..41256fc 100644 --- a/pylibfdt/Makefile.pylibfdt +++ b/pylibfdt/Makefile.pylibfdt @@ -21,7 +21,7 @@ $(PYMODULE): $(PYLIBFDT_srcs) $(LIBFDT_archive) $(SETUP) $(VERSION_FILE) install_pylibfdt: $(PYMODULE) @$(VECHO) INSTALL-PYLIB - $(PYTHON) $(SETUP) $(SETUPFLAGS) install $(if $(SETUP_PREFIX),--prefix=$(SETUP_PREFIX)) + $(PYTHON) $(SETUP) $(SETUPFLAGS) install --prefix=$(PREFIX) pylibfdt_clean: @$(VECHO) CLEAN "(pylibfdt)" -- cgit v1.1