Re: broken $(if ...) in make 3.78-1

2000-02-17 Thread psmith
Hi; thanks for the report. This is a duplicate of PR/1429 which has already been fixed in the development sources: http://www-gnats.gnu.org:8080/cgi-bin/wwwgnats.pl/full/1429 -- --- Paul D. Smith <[EMAIL PROTECTED]>

broken $(if ...) in make 3.78-1

2000-02-17 Thread Stephan Niemz
Hi, consider the following one-line Makefile: all:;@echo $(if $(foo),,it) works It should print "it works" unless you set "foo" somewhere, but make 3.78-1 crashes with a segmentation fault, both on Solaris 2.6 and on Linux 2.2.14. I tracked the bug down to line 1158 in function.c (func