projects
/
oweals
/
dinit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77ef423
)
Fix makefile typo preventing build of 'shutdown'.
author
Davin McCall
<davmac@davmac.org>
Fri, 12 Jan 2018 21:10:30 +0000
(21:10 +0000)
committer
Davin McCall
<davmac@davmac.org>
Fri, 12 Jan 2018 21:10:30 +0000
(21:10 +0000)
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index b0cf80d88cfea01d3108ba2b137e21d199ebae60..7ce4d553a525e828c84840de36c66578373e8b80 100644
(file)
--- 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 sh
tu
down.o
+objects = $(dinit_objects) dinitctl.o sh
ut
down.o
all: dinit dinitctl $(SHUTDOWN)