From c23c34bcba944d597bdc8e210fb9f0e00d662629 Mon Sep 17 00:00:00 2001 From: Benjamin Robin Date: Mon, 7 Aug 2017 11:29:20 +0200 Subject: [PATCH] build-sys: Fix Makefile wrapper for install target (#6548) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 09222128cd..b7e13fba2e 100644 --- a/Makefile +++ b/Makefile @@ -2,4 +2,4 @@ all: ninja -C build install: - DESTDIR=$(DESTDIR) ninja -C build + DESTDIR=$(DESTDIR) ninja -C build install