diff options
author | Andrew Innes <andrewi@gnu.org> | 2004-04-09 17:32:16 +0000 |
---|---|---|
committer | Andrew Innes <andrewi@gnu.org> | 2004-04-09 17:32:16 +0000 |
commit | 28082746298b033e823123e2252a8c73e9ca43c0 (patch) | |
tree | dbedec2826fd5530e70c59db8b2d6d81a177027f /leim | |
parent | b1b2ae81628a5edce8492e5e1004de8f2a15830d (diff) | |
download | emacs-28082746298b033e823123e2252a8c73e9ca43c0.tar.gz |
(distclean clean): Remove nmake specific
stamp-subdir test.
Diffstat (limited to 'leim')
-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 |