emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch] leim/Makefile.in: make distclean should make clean


From: Jérôme Marant
Subject: [patch] leim/Makefile.in: make distclean should make clean
Date: Sun, 15 Feb 2004 20:15:35 +0100
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Hi,

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

Cheers,

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

-- 
Jérôme Marant

reply via email to

[Prev in Thread] Current Thread [Next in Thread]