src/rc/Makefile: typo fix
This commit is contained in:
parent
40f42ced21
commit
cc1bc6a4ce
@ -95,5 +95,5 @@ install: all
|
||||
|
||||
check test::
|
||||
|
||||
links: $PROG
|
||||
$(call make-links,${ALL_LINKS},$PROG,.)
|
||||
links: ${PROG}
|
||||
$(call make-links,${ALL_LINKS},${PROG},.)
|
||||
|
Loading…
Reference in New Issue
Block a user