diff options
author | Eli Zaretskii <eliz@gnu.org> | 2008-06-20 13:12:26 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2008-06-20 13:12:26 +0000 |
commit | fca64cc425d5d31f86cae0c701caaa6933cfe587 (patch) | |
tree | ea28bacbc9eb4f85d95a0f1423f1980063e0b928 /leim/makefile.w32-in | |
parent | dc2226d0dc1c685f5d9bcd949ea3d2584651eb57 (diff) | |
download | emacs-fca64cc425d5d31f86cae0c701caaa6933cfe587.tar.gz |
(distclean): Don't delete `quail' subdir: if we are building in the sandbox,
there are precious files there.
Diffstat (limited to 'leim/makefile.w32-in')
-rw-r--r-- | leim/makefile.w32-in | 1 |
1 files changed, 0 insertions, 1 deletions
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 |