From: Eli Zaretskii Date: Fri, 20 Jun 2008 13:12:26 +0000 (+0000) Subject: (distclean): Don't delete `quail' subdir: if we are building in the sandbox, X-Git-Tag: emacs-pretest-23.0.90~4656 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fca64cc425d5d31f86cae0c701caaa6933cfe587;p=emacs.git (distclean): Don't delete `quail' subdir: if we are building in the sandbox, there are precious files there. --- diff --git a/leim/ChangeLog b/leim/ChangeLog index f6c08e16159..7ce22aab5cf 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,8 @@ +2008-06-20 Eli Zaretskii + + * makefile.w32-in (distclean): Don't delete `quail' subdir: if we + are building in the sandbox, there are precious files there. + 2008-06-13 Teodor Zlatanov * quail/cyrillic.el: Add quotation marks, paragraph symbol, angled diff --git a/leim/makefile.w32-in b/leim/makefile.w32-in index ec0d7759556..0c8403fca06 100644 --- a/leim/makefile.w32-in +++ b/leim/makefile.w32-in @@ -209,7 +209,6 @@ clean mostlyclean: - $(DEL) leim-list.el distclean: clean - - $(DELTREE) $(SUBDIRS) - $(DEL) stamp-subdir maintainer-clean: distclean