projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15d167f
)
build-sys: Fix Makefile wrapper for install target (#6548)
author
Benjamin Robin
<benjarobin@users.noreply.github.com>
Mon, 7 Aug 2017 09:29:20 +0000
(11:29 +0200)
committer
Lennart Poettering
<lennart@poettering.net>
Mon, 7 Aug 2017 09:29:20 +0000
(11:29 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 09222128cde2a15f2b71b9aa79fc30cd651f3d41..b7e13fba2e160ae474351f19e10333fcea09b588 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-2,4
+2,4
@@
all:
ninja -C build
install:
- DESTDIR=$(DESTDIR) ninja -C build
+ DESTDIR=$(DESTDIR) ninja -C build
install