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

(-)distcc/Makefile (-1 / +1 lines)
Lines 41-47 Link Here
41
41
42
pre-fetch:
42
pre-fetch:
43
.if !defined(WITHOUT_GNOME)
43
.if !defined(WITHOUT_GNOME)
44
	@${ECHO_MSG} "Building with GNOME-based monitor. To disabled this, press"
44
	@${ECHO_MSG} "Building with GNOME-based monitor. To disable this, press"
45
	@${ECHO_MSG} "Ctrl+C now and restart with 'make WITHOUT_GNOME=yes'."
45
	@${ECHO_MSG} "Ctrl+C now and restart with 'make WITHOUT_GNOME=yes'."
46
	@${ECHO_MSG} ""
46
	@${ECHO_MSG} ""
47
.else
47
.else

Return to bug 53638