summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBenjamin Robin <benjarobin@users.noreply.github.com>2017-08-07 11:29:20 +0200
committerLennart Poettering <lennart@poettering.net>2017-08-07 11:29:20 +0200
commitc23c34bcba944d597bdc8e210fb9f0e00d662629 (patch)
tree1529801bde95899ccf287fbf4c4cc75c194d2973 /Makefile
parent15d167f8a30597cb93996e5608adb496507ab9d7 (diff)
downloadsystemd-c23c34bcba944d597bdc8e210fb9f0e00d662629.tar.gz
build-sys: Fix Makefile wrapper for install target (#6548)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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