From: Andrew Innes Date: Fri, 9 Apr 2004 17:32:16 +0000 (+0000) Subject: (distclean clean): Remove nmake specific X-Git-Tag: ttn-vms-21-2-B4~6923 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=28082746298b033e823123e2252a8c73e9ca43c0;p=emacs.git (distclean clean): Remove nmake specific stamp-subdir test. --- diff --git a/leim/ChangeLog b/leim/ChangeLog index c9805dbdd2c..5ef6b3d4467 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,8 @@ +2004-04-09 Andrew Innes + + * makefile.w32-in (distclean clean): Remove nmake specific + stamp-subdir test. + 2004-02-28 Kenichi Handa * Makefile.in (all): Depends on ${WORLD} instead of ${TIT} and diff --git a/leim/makefile.w32-in b/leim/makefile.w32-in index f19aceb4f82..bb4461c810c 100644 --- a/leim/makefile.w32-in +++ b/leim/makefile.w32-in @@ -198,7 +198,7 @@ clean mostlyclean: - $(DEL) leim-list.el distclean clean: - if exist stamp-subdir $(DELTREE) $(SUBDIRS) + - $(DELTREE) $(SUBDIRS) - $(DEL) stamp-subdir maintainer-clean: distclean