changeset 62996:c45f07f05709

(distclean): Fix a typo (colon was after "clean"). (extraclean): New target, emulates Makefile.in.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 04 Jun 2005 18:15:42 +0000
parents bb12074c28f3
children 2ff1ad165ea3
files leim/makefile.w32-in
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/leim/makefile.w32-in	Sat Jun 04 18:09:16 2005 +0000
+++ b/leim/makefile.w32-in	Sat Jun 04 18:15:42 2005 +0000
@@ -1,6 +1,7 @@
 # -*- Makefile -*- for leim subdirectory in GNU Emacs on the Microsoft W32 API.
 # Copyright (C) 1997, 2004 Electrotechnical Laboratory, JAPAN.
-# Licensed to the Free Software Foundation.
+#   Licensed to the Free Software Foundation.
+# Copyright (C) 2005, Free Software Foundation, Inc.
 
 # This file is part of GNU Emacs.
 
@@ -197,9 +198,12 @@
 	- $(FOREACH) $(MISC_DIC:.elc=.el) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)
 	- $(DEL) leim-list.el
 
-distclean clean:
+distclean: clean
 	- $(DELTREE) $(SUBDIRS)
 	- $(DEL) stamp-subdir
 
 maintainer-clean: distclean
 	- $(FOREACH) $(WORLD) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)
+
+extraclean: maintainer-clean
+	- $(FOREACH) *~ "#*" $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)