Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ateng.ateng.com!chip From: chip@ateng.ateng.com (Chip Salzenberg) Newsgroups: gnu.utils.bug Subject: GNU Make 3.56: Core dump using $@ Message-ID: Date: 11 Oct 89 15:54:15 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 22 [BUG FIX] Fix core dump bug when NO_ARCHIVES is defined -- $@ was being defined to an uninitialized pointer. Index: commands.c *************** *** 129,132 **** --- 128,132 ---- } else + #endif { at = savestring (file->name, strlen (file->name)); *************** *** 133,137 **** percent = ""; } - #endif DEFINE_VARIABLE ("@", 1, at); --- 133,136 ----