Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ttidca.TTI.COM!goroff From: goroff@ttidca.TTI.COM (Marc Goroff) Newsgroups: gnu.utils.bug Subject: bug in make 3.56 Message-ID: <8912280238.AA00962@kashmir.> Date: 28 Dec 89 02:38:14 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 5 In the file commands.c, if NO_ARCHIVES is defined, the automatic variables 'at' and 'percent' in the routine set_file_variables() are not set. This results in make geting a SIGSEGV frequently. The variables should be initialized as in the 'else' clause when NO_ARCHIVES is not defined.