]> git.eshelyaron.com Git - emacs.git/commitdiff
(distclean clean): Remove nmake specific
authorAndrew Innes <andrewi@gnu.org>
Fri, 9 Apr 2004 17:32:16 +0000 (17:32 +0000)
committerAndrew Innes <andrewi@gnu.org>
Fri, 9 Apr 2004 17:32:16 +0000 (17:32 +0000)
stamp-subdir test.

leim/ChangeLog
leim/makefile.w32-in

index c9805dbdd2c0e4bed60176a84b3ee7d8c43f3393..5ef6b3d4467a29f7d6f42e7a7f737a3bfca5892e 100644 (file)
@@ -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
index f19aceb4f829f6407aceb7cdc3a49d4f04eb0f87..bb4461c810c517e671e5628335c531adc045fdf8 100644 (file)
@@ -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