From: Davin McCall Date: Fri, 12 Jan 2018 21:10:30 +0000 (+0000) Subject: Fix makefile typo preventing build of 'shutdown'. X-Git-Tag: v0.08~47 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=902df12af143d0da79a321a75d3dfac8ece1785c;p=oweals%2Fdinit.git Fix makefile typo preventing build of 'shutdown'. --- diff --git a/src/Makefile b/src/Makefile index b0cf80d..7ce4d55 100644 --- a/src/Makefile +++ b/src/Makefile @@ -6,7 +6,7 @@ endif dinit_objects = dinit.o load_service.o service.o proc-service.o baseproc-service.o control.o dinit-log.o dinit-main.o -objects = $(dinit_objects) dinitctl.o shtudown.o +objects = $(dinit_objects) dinitctl.o shutdown.o all: dinit dinitctl $(SHUTDOWN)