From 28082746298b033e823123e2252a8c73e9ca43c0 Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Fri, 9 Apr 2004 17:32:16 +0000 Subject: [PATCH] (distclean clean): Remove nmake specific stamp-subdir test. --- leim/ChangeLog | 5 +++++ leim/makefile.w32-in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.39.5