From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7951 invoked from network); 6 Dec 2000 08:09:04 -0000 Received: from sunsite.dk (HELO sunsite.auc.dk) (130.225.51.30) by ns1.primenet.com.au with SMTP; 6 Dec 2000 08:09:04 -0000 Received: (qmail 6945 invoked by alias); 6 Dec 2000 08:08:55 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13243 Received: (qmail 6938 invoked from network); 6 Dec 2000 08:08:53 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer thoth.mch.sni.de) From: "Andrej Borsenkow" To: "ZSH workers mailing list" Subject: PATCH: trivial fix for make distclean Date: Wed, 6 Dec 2000 11:08:49 +0300 Message-ID: <000e01c05f5b$c3598360$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_000F_01C05F74.E8A84200" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 This is a multi-part message in MIME format. ------=_NextPart_000_000F_01C05F74.E8A84200 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit We no more have {Functions,Completion}/Makefile and even these subdirectories if building in seperate dir. Attached due to line length. -andrej Have a nice DOS! B >> ------=_NextPart_000_000F_01C05F74.E8A84200 Content-Type: application/octet-stream; name="zsh.makefile.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="zsh.makefile.diff" Index: Makefile.in=0A= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=0A= RCS file: /cvsroot/zsh/zsh/Makefile.in,v=0A= retrieving revision 1.5=0A= diff -u -r1.5 Makefile.in=0A= --- Makefile.in 2000/11/30 18:36:21 1.5=0A= +++ Makefile.in 2000/12/06 08:06:04=0A= @@ -114,8 +114,6 @@=0A= @CLEAN_MK@=0A= =0A= distclean-here:=0A= - @cd Completion && $(MAKE) $(MAKEDEFS) $@=0A= - @cd Functions && $(MAKE) $(MAKEDEFS) $@=0A= rm -f Makefile config.h config.status config.log config.cache stamp-h = Config/defs.mk=0A= =0A= realclean-here:=0A= ------=_NextPart_000_000F_01C05F74.E8A84200--