On Mon, August 4, 2008 3:38 pm, Paul Smith wrote: > On Mon, 2008-08-04 at 15:31 -0700, Rick Flower wrote: >> ifneq ($(filter release,$(MAKECMDGOALS)),) >> mode = foo >> endif > > You don't happen to have a TAB indenting the assignment to "mode" here, > do you? > > Tsk tsk.
Doh! You hit the nail on the head! I just removed the tab and put a few spaces in its place and now it works fine.. That's a first for me.. Sorry and many Thanks! _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
