unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: jmarant@nerim.net (Jérôme Marant)
Subject: [patch] leim/Makefile.in: make distclean should make clean
Date: Sun, 15 Feb 2004 20:15:35 +0100	[thread overview]
Message-ID: <87y8r4i27c.fsf@marant.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 104 bytes --]


Hi,

make distclean in leim/Makefile.in doesn't currently make clean.
I've attached a patch.

Cheers,


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: leim-Makefile.in.patch --]
[-- Type: text/x-patch, Size: 442 bytes --]

--- 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
 

[-- Attachment #3: Type: text/plain, Size: 24 bytes --]



-- 
Jérôme Marant

[-- Attachment #4: Type: text/plain, Size: 141 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/emacs-devel

             reply	other threads:[~2004-02-15 19:15 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-15 19:15 Jérôme Marant [this message]
2004-02-15 23:35 ` [patch] leim/Makefile.in: make distclean should make clean Kenichi Handa
2004-02-16  9:39   ` Eli Zaretskii
2004-02-16 11:42     ` Kenichi Handa
2004-02-16 16:25       ` Eli Zaretskii
2004-02-16 16:57         ` Stefan Monnier
2004-02-16 23:25           ` Kenichi Handa
2004-02-17  0:44             ` Stefan Monnier
2004-02-16 12:37     ` Jérôme Marant
2004-02-16 14:39       ` Stefan Monnier
2004-02-16 16:54         ` Jérôme Marant
2004-02-16 16:13       ` Eli Zaretskii
2004-02-16 17:07         ` Jérôme Marant
2004-02-16 19:54           ` Eli Zaretskii
2004-02-16 21:28             ` Jérôme Marant
2004-02-16 21:51               ` Jérôme Marant
2004-02-17  7:00               ` Eli Zaretskii
2004-02-17  8:13                 ` Jérôme Marant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y8r4i27c.fsf@marant.org \
    --to=jmarant@nerim.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).