src/rc/Makefile: typo fix

This commit is contained in:
William Hubbs 2014-07-19 12:59:35 -05:00
parent 40f42ced21
commit cc1bc6a4ce

View File

@ -95,5 +95,5 @@ install: all
check test::
links: $PROG
$(call make-links,${ALL_LINKS},$PROG,.)
links: ${PROG}
$(call make-links,${ALL_LINKS},${PROG},.)