diff options
-rw-r--r-- | leim/ChangeLog | 5 | ||||
-rw-r--r-- | leim/makefile.w32-in | 2 |
2 files changed, 6 insertions, 1 deletions
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 <andrewi@gnu.org> + + * makefile.w32-in (distclean clean): Remove nmake specific + stamp-subdir test. + 2004-02-28 Kenichi Handa <handa@m17n.org> * 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 |