From 385a3b9e8437814659e5249edd4d33cefa5d1314 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 4 Jun 2005 18:15:42 +0000 Subject: [PATCH] (distclean): Fix a typo (colon was after "clean"). (extraclean): New target, emulates Makefile.in. --- leim/makefile.w32-in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/leim/makefile.w32-in b/leim/makefile.w32-in index 839d6129a31..8e0d8c3909c 100644 --- a/leim/makefile.w32-in +++ b/leim/makefile.w32-in @@ -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 @@ clean mostlyclean: - $(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) -- 2.39.5