Hi, On Sat, May 25, 2002 at 01:26:34PM +0200, Henning Meier-Geinitz wrote: > I have no idea why the line number is wrong. The original author sent > me his Makefile and it's identical to mine. He uses make 3.79 while > mine is calles 3.79.1. I will try if this makes a difference later.
It's definitely a bug in GNU make 3.79. I'm currently trying the following work-around: ifneq (@LIBOBJS@ @ALLOCA@,) LIBLIB_FUNCS = $(basename @LIBOBJS@ @ALLOCA@) else LIBLIB_FUNCS = endif If this works on my test-systems I will commit it to CVS. Bye, Henning
