View | Details | Raw Unified | Return to bug 174051 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile.inc1 (-1 / +5 lines)
Lines 1148-1156 Link Here
1148
_rescue= rescue/rescue
1148
_rescue= rescue/rescue
1149
.endif
1149
.endif
1150
1150
1151
.if ${MK_TCSH} != "no"
1152
_tcsh=		bin/csh
1153
.endif
1154
1151
build-tools:
1155
build-tools:
1152
.for _tool in \
1156
.for _tool in \
1153
    bin/csh \
1157
    ${_tcsh} \
1154
    bin/sh \
1158
    bin/sh \
1155
    ${_rescue} \
1159
    ${_rescue} \
1156
    ${LOCAL_TOOL_DIRS} \
1160
    ${LOCAL_TOOL_DIRS} \

Return to bug 174051