Skip to content

Commit c23c34b

Browse files
benjarobinpoettering
authored andcommitted
build-sys: Fix Makefile wrapper for install target (systemd#6548)
1 parent 15d167f commit c23c34b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ all:
22
ninja -C build
33

44
install:
5-
DESTDIR=$(DESTDIR) ninja -C build
5+
DESTDIR=$(DESTDIR) ninja -C build install

0 commit comments

Comments
 (0)