View | Details | Raw Unified | Return to bug 184593
Collapse All | Expand All

(-)work/mit-scheme-9.1.1/src/etc/make-in-subdirs.sh (-1 / +1 lines)
Lines 29-33 Link Here
29
TARGET=${1}
29
TARGET=${1}
30
shift
30
shift
31
for SUBDIR in "${@}"; do
31
for SUBDIR in "${@}"; do
32
    run_cmd_in_dir "${SUBDIR}" make "${TARGET}"
32
    run_cmd_in_dir "${SUBDIR}" gmake "${TARGET}"
33
done
33
done

Return to bug 184593