diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2014-07-19 12:59:35 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2014-07-19 12:59:35 -0500 |
commit | cc1bc6a4cec772c50a1b5232655ff34370d204b1 (patch) | |
tree | acace531ebfcebbc078388306c733f831af5529b /src/rc | |
parent | 40f42ced21b1c0c99780b801d28fafd91a858f90 (diff) |
src/rc/Makefile: typo fix
Diffstat (limited to 'src/rc')
-rw-r--r-- | src/rc/Makefile | 4 |
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},.) |