diff options
author | William Hubbs <william.hubbs@sony.com> | 2019-08-19 14:55:54 -0500 |
---|---|---|
committer | William Hubbs <william.hubbs@sony.com> | 2019-08-19 14:55:54 -0500 |
commit | 1bc96141e6846a5f9b3cf2c2bcaf53f2ed9ca33d (patch) | |
tree | e768d64c8316cb7a5059913b6e6e7d92c61983d2 /src/rc/Makefile | |
parent | c7000aeaabf34262375a2a96b5d5b8f7fcd8a793 (diff) |
fix single user mode
Diffstat (limited to 'src/rc/Makefile')
-rw-r--r-- | src/rc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/Makefile b/src/rc/Makefile index 982e7af1..fd796d92 100644 --- a/src/rc/Makefile +++ b/src/rc/Makefile @@ -113,7 +113,7 @@ veinfo vewarn vebegin veend vewend veindent veoutdent: do_e.o rc-misc.o fstabinfo: fstabinfo.o _usage.o rc-misc.o ${CC} ${LOCAL_CFLAGS} ${LOCAL_LDFLAGS} ${CFLAGS} ${LDFLAGS} -o $@ $^ ${LDADD} -openrc-init: openrc-init.o rc-wtmp.o +openrc-init: openrc-init.o rc-plugin.o rc-wtmp.o ${CC} ${LOCAL_CFLAGS} ${LOCAL_LDFLAGS} ${CFLAGS} ${LDFLAGS} -o $@ $^ ${LDADD} is_newer_than: is_newer_than.o rc-misc.o |