From a22140f94cd49f503bed2859e90f1c7c3abe48e8 Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Mon, 28 Aug 2017 17:31:44 +0200 Subject: [PATCH] oops, fix .common_uninstall make-target [skip-ci] --- makefile_include.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile_include.mk b/makefile_include.mk index 52392f9..792f63e 100644 --- a/makefile_include.mk +++ b/makefile_include.mk @@ -412,8 +412,8 @@ install_hooks: $(call print-help,install_hooks,Installs the git hooks) HEADER_FILES=$(notdir $(HEADERS)) .common_uninstall: - $(UNINSTALL_CMD) $(LIBPATH)/$(LIBNAME) - rm $(HEADER_FILES:%=$(INCPATH)/%) + $(UNINSTALL_CMD) $(DESTDIR)$(LIBPATH)/$(LIBNAME) + rm $(HEADER_FILES:%=$(DESTDIR)$(INCPATH)/%) #This rule cleans the source tree of all compiled code, not including the pdf #documentation.