From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9648 invoked from network); 23 Jun 1999 08:50:14 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 23 Jun 1999 08:50:14 -0000 Received: (qmail 27569 invoked by alias); 23 Jun 1999 08:50:06 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6803 Received: (qmail 27561 invoked from network); 23 Jun 1999 08:50:05 -0000 From: "Andrej Borsenkow" To: "Sven Wischnowsky" , Subject: Cannot build Zsh after this patch RE: PATCH: local keymaps Date: Wed, 23 Jun 1999 12:49:25 +0400 Message-ID: <00a101bebd55$4be03fd0$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-Mimeole: Produced By Microsoft MimeOLE V5.00.2314.1300 In-Reply-To: <199906230750.JAA05790@beta.informatik.hu-berlin.de> > P.P.S.: I you have trouble applying this patch it's because it patches > files named *complist* instead of *collist*. If I rename collist.c to complist.c I cannot build because make does not know, how to create collist..o from complist.c If I rename all collist* to complist* it does not build, because of many many references to collist.* in different places. Sigh :-(