From cc1bc6a4cec772c50a1b5232655ff34370d204b1 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Sat, 19 Jul 2014 12:59:35 -0500 Subject: [PATCH] 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 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},.)