>
> If your version is 3.80 or newer, please cut/paste (exactly) your
> makefile so we can see it.
>
I took the example from the documentation:
http://www.gnu.org/software/make/manual/html_node/Eval-Function.html#Eval-Function
$ make --version
GNU Make 3.81
Copyright (C) 2006 Free Software Foun
Hi,
I think the example in the documentation for the eval function is
broken. I copied the example to a file and tried it with "make clean".
The action for the clean target is "rm -f $(ALL_OBJS) $(PROGRAMS)".
The PROGRAMS variable is set at the beginning to "server client" and
the ALL_OBJS variabl