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 BA1E313877A for ; Sat, 19 Jul 2014 18:06:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBD45E07FB; Sat, 19 Jul 2014 18:06:06 +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 4725EE07D6 for ; Sat, 19 Jul 2014 18:06:06 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 339A333FFF1 for ; Sat, 19 Jul 2014 18:06:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id E04AB1807D for ; Sat, 19 Jul 2014 18:06:03 +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: <1405792775.cc1bc6a4cec772c50a1b5232655ff34370d204b1.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: cc1bc6a4cec772c50a1b5232655ff34370d204b1 X-VCS-Branch: master Date: Sat, 19 Jul 2014 18:06:03 +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: f8388094-ad77-4222-bc24-b0908caba0e5 X-Archives-Hash: 22d2ae668a72d1fb5580da49ffc4ca33 commit: cc1bc6a4cec772c50a1b5232655ff34370d204b1 Author: William Hubbs gmail com> AuthorDate: Sat Jul 19 17:59:35 2014 +0000 Commit: William Hubbs gentoo org> CommitDate: Sat Jul 19 17:59:35 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=cc1bc6a4 src/rc/Makefile: typo fix --- src/rc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rc/Makefile b/src/rc/Makefile index 609794a..bd8b942 100644 --- a/src/rc/Makefile +++ b/src/rc/Makefile @@ -95,5 +95,5 @@ install: all check test:: -links: $PROG - $(call make-links,${ALL_LINKS},$PROG,.) +links: ${PROG} + $(call make-links,${ALL_LINKS},${PROG},.)