]> code.delx.au - gnu-emacs/commitdiff
(distclean): Fix a typo (colon was after "clean").
authorEli Zaretskii <eliz@gnu.org>
Sat, 4 Jun 2005 18:15:42 +0000 (18:15 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 4 Jun 2005 18:15:42 +0000 (18:15 +0000)
(extraclean): New target, emulates Makefile.in.

leim/makefile.w32-in

index 839d6129a3132bb302ae3327acca366a23c25249..8e0d8c3909c74b71c698338f3d0f9688984b5d56 100644 (file)
@@ -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)