Re: eval function within 'ifeq... else... endif' causes error

2005-03-11 Thread Boris Kolpackov
François Duranleau <[EMAIL PROTECTED]> writes: > And then, running make with the above produces: > > % make > Makefile:20: *** missing `endif'. Stop. This works as expected with make from cvs. -boris ___ Bug-make mailing list Bug-make@gnu.org http:

eval function within 'ifeq... else... endif' causes error

2005-03-11 Thread François Duranleau
Hi! [This report was sent to [EMAIL PROTECTED], but later I realized that maybe I should rather send it this here.] I was playing with some rule generating functions (using the eval function of GNU Make) and I hit a problem when inserting conditionals. Here is an example where make says there is