set -e; for d in src sftp doc; do \ echo "Making install in $d" ; (cd $d && make install); done Making install in src cd .. && /bin/sh ./config.status src/config.h config.status: creating src/config.h config.status: src/config.h is unchanged make[1]: *** No rule to make target `nettle_builddir/libnettle.a', needed by `lsh-keygen'. Stop. Making install in sftp ./config.status config.h config.status: creating config.h config.status: config.h is unchanged echo timestamp > stamp-h ./install-sh -c -d /Users/hungerf3/xeno/xenoclient/lsh/oldmac/buildtmp/dist/pfx/bin ./install-sh -c -d /Users/hungerf3/xeno/xenoclient/lsh/oldmac/buildtmp/dist/pfx/libexec for f in lsftp ; do \ /usr/bin/install -c $f /Users/hungerf3/xeno/xenoclient/lsh/oldmac/buildtmp/dist/pfx/bin ; \ done for f in sftp-server ; do \ /usr/bin/install -c $f /Users/hungerf3/xeno/xenoclient/lsh/oldmac/buildtmp/dist/pfx/libexec ; \ done Making install in doc .././install-sh -c -d /Users/hungerf3/xeno/xenoclient/lsh/oldmac/buildtmp/dist/pfx/share/info f=lsh.info ; \ [ -f $f ] || f="./$f" ; \ /usr/bin/install -c -m 644 "$f" /Users/hungerf3/xeno/xenoclient/lsh/oldmac/buildtmp/dist/pfx/share/info ; \ if (install-info --version && \ install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \ install-info --info-dir="/Users/hungerf3/xeno/xenoclient/lsh/oldmac/buildtmp/dist/pfx/share/info" "$f" ; \ else : ; fi