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},.)