]> code.delx.au - gnu-emacs/commitdiff
(distclean): Don't delete `quail' subdir: if we are building in the sandbox,
authorEli Zaretskii <eliz@gnu.org>
Fri, 20 Jun 2008 13:12:26 +0000 (13:12 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 20 Jun 2008 13:12:26 +0000 (13:12 +0000)
there are precious files there.

leim/ChangeLog
leim/makefile.w32-in

index f6c08e16159144d7709a45143651ea9f705ba024..7ce22aab5cff58e2c7ecc9415200d979f38438c0 100644 (file)
@@ -1,3 +1,8 @@
+2008-06-20  Eli Zaretskii  <eliz@gnu.org>
+
+       * 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  <tzz@lifelogs.com>
 
        * quail/cyrillic.el: Add quotation marks, paragraph symbol, angled
index ec0d7759556c9a3d93a8c11a2a9b39ff16ba7be7..0c8403fca0644c4ceee4241a626034f8ce55ecfc 100644 (file)
@@ -209,7 +209,6 @@ clean mostlyclean:
        - $(DEL) leim-list.el
 
 distclean: clean
-       - $(DELTREE) $(SUBDIRS)
        - $(DEL) stamp-subdir
 
 maintainer-clean: distclean