From 3e5526fd764a2701575e73e88293933c4e7bbd45 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sat, 4 Aug 2007 15:05:12 +0000 Subject: Fix rc-update, #187487 and release rc2. --- src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 8090fcba..5c50cfd4 100644 --- a/src/Makefile +++ b/src/Makefile @@ -33,7 +33,8 @@ LIBRCSO = librc.so.$(LIBRCSOVER) LIBRCOBJS = librc.o librc-depend.o librc-daemon.o librc-misc.o librc-strlist.o RCOBJS = env-update.o fstabinfo.o mountinfo.o \ - rc-depend.o rc-plugin.o rc-status.o runscript.o start-stop-daemon.o + rc-depend.o rc-plugin.o rc-status.o rc-update.o runscript.o \ + start-stop-daemon.o LIB_TARGETS = $(LIBEINFOSO) $(LIBRCSO) SBIN_TARGETS = rc -- cgit v1.2.3