(distclean clean): Remove nmake specific

stamp-subdir test.
This commit is contained in:
Andrew Innes 2004-04-09 17:32:16 +00:00
parent b1b2ae8162
commit 2808274629
2 changed files with 6 additions and 1 deletions

View 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

View 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