From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: jmarant@nerim.net (=?iso-8859-15?q?J=E9r=F4me_Marant?=) Newsgroups: gmane.emacs.devel Subject: [patch] leim/Makefile.in: make distclean should make clean Date: Sun, 15 Feb 2004 20:15:35 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <87y8r4i27c.fsf@marant.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: sea.gmane.org 1076872699 22044 80.91.224.253 (15 Feb 2004 19:18:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 15 Feb 2004 19:18:19 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Feb 15 20:18:11 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AsRmN-00025P-00 for ; Sun, 15 Feb 2004 20:18:11 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AsRmN-0000Lj-00 for ; Sun, 15 Feb 2004 20:18:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AsRiV-0006tH-M8 for emacs-devel@quimby.gnus.org; Sun, 15 Feb 2004 14:14:11 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AsRi2-0006qI-MD for emacs-devel@gnu.org; Sun, 15 Feb 2004 14:13:42 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AsRhR-0006ax-FM for emacs-devel@gnu.org; Sun, 15 Feb 2004 14:13:36 -0500 Original-Received: from [62.4.16.100] (helo=kraid.nerim.net) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AsRhQ-0006Zo-Uf for emacs-devel@gnu.org; Sun, 15 Feb 2004 14:13:05 -0500 Original-Received: from amboise (jmarant.net1.nerim.net [62.212.105.6]) by kraid.nerim.net (Postfix) with ESMTP id F1FF64187E for ; Sun, 15 Feb 2004 20:13:00 +0100 (CET) Original-Received: by amboise (Postfix, from userid 1000) id 38AF82C03C; Sun, 15 Feb 2004 20:15:35 +0100 (CET) Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:19954 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19954 --=-=-= Hi, make distclean in leim/Makefile.in doesn't currently make clean. I've attached a patch. Cheers, --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=leim-Makefile.in.patch --- emacs-snapshot-20040111/leim/Makefile.in.orig 2004-02-15 20:10:38.000000000 +0100 +++ emacs-snapshot-20040111/leim/Makefile.in 2004-02-15 20:10:56.000000000 +0100 @@ -226,7 +226,7 @@ rm -f ${TIT} ${NON-TIT} ${WORLD} ${TIT:.elc=.el} \ ${MISC-DIC} ${MISC-DIC:.elc=.el} leim-list.el -distclean maintainer-clean: +distclean maintainer-clean: clean if test -f stamp-subdir; then rm -rf ${SUBDIRS} stamp-subdir; fi rm -f Makefile --=-=-= Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable --=20 J=E9r=F4me Marant --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel --=-=-=--