(clean mostlyclean): Delete leim-list.el~.
(distclean): Delete makefile.
This commit is contained in:
parent
329b266147
commit
ca4a525076
2 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
* makefile.w32-in (distclean): Don't delete `quail' subdir: if we
|
||||
are building in the sandbox, there are precious files there.
|
||||
(clean mostlyclean): Delete leim-list.el~.
|
||||
(distclean): Delete makefile.
|
||||
|
||||
2008-06-13 Teodor Zlatanov <tzz@lifelogs.com>
|
||||
|
||||
|
|
|
@ -207,9 +207,11 @@ clean mostlyclean:
|
|||
- $(FOREACH) $(TIT:.elc=.el) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)
|
||||
- $(FOREACH) $(MISC_DIC:.elc=.el) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)
|
||||
- $(DEL) leim-list.el
|
||||
- $(DEL) leim-list.el~
|
||||
|
||||
distclean: clean
|
||||
- $(DEL) stamp-subdir
|
||||
- $(DEL) makefile
|
||||
|
||||
maintainer-clean: distclean
|
||||
- $(FOREACH) $(WORLD) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)
|
||||
|
|
Loading…
Add table
Reference in a new issue