You can simply run-in-place. The problem is, to complete the job we
need a new target:
make sinstall
which does
install: ${archlibdir}
ļ¼ echo; echo "Installing utilities for users to run."
for file in ${INSTALLABLES} ; do \
(cd .. && ln -sf lib-src/$${file} ${bindir}/$${file}) ; \
done
for file in ${INSTALLABLE_SCRIPTS} ; do \
(cd .. && ln -sf ${srcdir}/$${file} ${bindir}/$${file}) ; \
done
Otherwise you won't have utils like gnuclient on your path.