From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4F2C058973 for ; Tue, 19 Jan 2016 06:12:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C73DE21C106; Tue, 19 Jan 2016 06:12:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4EAF321C100 for ; Tue, 19 Jan 2016 06:12:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F3C33409D0 for ; Tue, 19 Jan 2016 06:12:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3130BCF7 for ; Tue, 19 Jan 2016 06:12:20 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1452799985.0910c455d3723ac4d4b793afb61cd82f660547f4.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: src/rc/ X-VCS-Repository: proj/openrc X-VCS-Files: src/rc/Makefile X-VCS-Directories: src/rc/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 0910c455d3723ac4d4b793afb61cd82f660547f4 X-VCS-Branch: master Date: Tue, 19 Jan 2016 06:12:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 93202162-4112-49ca-8e9e-a85468d8a420 X-Archives-Hash: f30f83259a6b8d8f663c679506715115 commit: 0910c455d3723ac4d4b793afb61cd82f660547f4 Author: William Hubbs gmail com> AuthorDate: Thu Jan 14 19:33:05 2016 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Jan 14 19:33:05 2016 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=0910c455 src/rc/Makefile: fix make depend target src/rc/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/rc/Makefile b/src/rc/Makefile index ed0733e..a940102 100644 --- a/src/rc/Makefile +++ b/src/rc/Makefile @@ -1,4 +1,9 @@ -SRCS= rc.c rc-logger.c rc-misc.c rc-plugin.c +SRCS= checkpath.c do_e.c do_mark_service.c do_service.c \ + do_value.c fstabinfo.c is_newer_than.c is_older_than.c \ + mountinfo.c openrc-run.c rc-abort.c rc.c \ + rc-depend.c rc-logger.c rc-misc.c rc-plugin.c \ + rc-selinux.c rc-service.c rc-status.c rc-update.c \ + shell_var.c start-stop-daemon.c swclock.c _usage.c ifeq (${MKSELINUX},yes) SRCS+= rc-selinux.c