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