Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!cmcl2!seismo!lll-crg!lll-lcc!qantel!ihnp4!oddjob!matt From: matt@oddjob.UUCP (Matt Crawford) Newsgroups: net.unix,net.bugs.4bsd Subject: Re: Make problem (archives) Message-ID: <1195@oddjob.UUCP> Date: Sun, 23-Feb-86 21:25:27 EST Article-I.D.: oddjob.1195 Posted: Sun Feb 23 21:25:27 1986 Date-Received: Wed, 26-Feb-86 20:50:31 EST References: <270@batcomputer.TN.CORNELL.EDU> Reply-To: matt@oddjob.UUCP (Matt Crawford) Followup-To: net.bugs.4bsd Organization: U. Chicago, Astronomy & Astrophysics Lines: 138 Xref: linus net.unix:6644 net.bugs.4bsd:1675 The make syntaxes "a(b)" and "a((b))" don't even come close to working in the 4.2 make. The following fixes the former only. In /usr/src/bin/make: RCS file: RCS/files.c,v retrieving revision 1.1 diff -c -r1.1 files.c *** /tmp/,RCSt1003671 Sun Feb 23 20:16:33 1986 --- files.c Sun Feb 23 20:16:21 1986 *************** *** 372,378 static long arflen; static long arfdate; ! static char arfname[16]; FILE *arfd; long int arpos, arlen; --- 372,378 ----- static long arflen; static long arfdate; ! static char arfname[16]; /* size S/B determined from ar.h */ FILE *arfd; long int arpos, arlen; *************** *** 414,420 { if(objarch) { ! getobj(); nsym = objhead.a_syms / sizeof(objentry); for(i = 0; i