if i have the following rule for example:
all:
@for i in $(MODULES); do \
gcc this; \
echo that; \
done;the '@' makes it supress output, so therefore the output of 'echo that' is not displayed, how do i overcome this, (without removing the '@' .. i dont want to output all the other 'for' stuff) ?
Nehal
_______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
