Mercurial > emacs
comparison leim/makefile.w32-in @ 54768:3667cb56ffeb
(distclean clean): Remove nmake specific
stamp-subdir test.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Fri, 09 Apr 2004 17:31:41 +0000 |
parents | 638f83c80323 |
children | 9077e3f7cd49 |
comparison
equal
deleted
inserted
replaced
54767:1c98354c2113 | 54768:3667cb56ffeb |
---|---|
196 - $(FOREACH) $(TIT:.elc=.el) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR) | 196 - $(FOREACH) $(TIT:.elc=.el) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR) |
197 - $(FOREACH) $(MISC_DIC:.elc=.el) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR) | 197 - $(FOREACH) $(MISC_DIC:.elc=.el) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR) |
198 - $(DEL) leim-list.el | 198 - $(DEL) leim-list.el |
199 | 199 |
200 distclean clean: | 200 distclean clean: |
201 if exist stamp-subdir $(DELTREE) $(SUBDIRS) | 201 - $(DELTREE) $(SUBDIRS) |
202 - $(DEL) stamp-subdir | 202 - $(DEL) stamp-subdir |
203 | 203 |
204 maintainer-clean: distclean | 204 maintainer-clean: distclean |
205 - $(FOREACH) $(WORLD) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR) | 205 - $(FOREACH) $(WORLD) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR) |
206 | 206 |