aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2014-07-19 12:59:35 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2014-07-19 12:59:35 -0500
commitcc1bc6a4cec772c50a1b5232655ff34370d204b1 (patch)
treeacace531ebfcebbc078388306c733f831af5529b /src
parent40f42ced21b1c0c99780b801d28fafd91a858f90 (diff)
src/rc/Makefile: typo fix
Diffstat (limited to 'src')
-rw-r--r--src/rc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rc/Makefile b/src/rc/Makefile
index 609794a8..bd8b942c 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},.)