(distclean clean): Remove nmake specific
stamp-subdir test.
This commit is contained in:
parent
b1b2ae8162
commit
2808274629
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue