On Wed, 2010-09-01 at 18:44 +0200, Erik Rull wrote: > I want to create a list of targets using eval and add more than one command > line after the dependecies. Newline is removed when using eval.
eval does not remove newlines. > but there, make complains, that /bin/sh does not find "@"?? > What must I do do bring multiple command lines in a usable sequence when > using an eval expression? Well, since you didn't tell us what you ARE doing we can't tell you what you're doing wrong. Please provide an actual example of the syntax of your makefile, not just the output you expect. _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
