commit: cc1bc6a4cec772c50a1b5232655ff34370d204b1
Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Sat Jul 19 17:59:35 2014 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> 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},.)