aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorJuanma Barranquero2011-11-07 18:17:28 +0100
committerJuanma Barranquero2011-11-07 18:17:28 +0100
commitd31d07be7548ac824730d88c45b459028081eb51 (patch)
treea34aedf9489343e1283cc97acac1fa6ffce46ad2 /admin
parentae9e237fe12e78e117ce863bde65650072cca969 (diff)
downloademacs-d31d07be7548ac824730d88c45b459028081eb51.tar.gz
emacs-d31d07be7548ac824730d88c45b459028081eb51.zip
admin/unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog4
-rw-r--r--admin/unidata/makefile.w32-in2
2 files changed, 5 insertions, 1 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index f91d53194ce..fc3370bb380 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,7 @@
12011-11-07 Juanma Barranquero <lekktu@gmail.com>
2
3 * unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.
4
12011-10-31 David Engster <deng@randomsample.de> 52011-10-31 David Engster <deng@randomsample.de>
2 6
3 * grammars/bovine-grammar.el: Avoid using old-style backquotes. 7 * grammars/bovine-grammar.el: Avoid using old-style backquotes.
diff --git a/admin/unidata/makefile.w32-in b/admin/unidata/makefile.w32-in
index 96a1f5b86fd..0e9b9f0d2bd 100644
--- a/admin/unidata/makefile.w32-in
+++ b/admin/unidata/makefile.w32-in
@@ -52,5 +52,5 @@ charprop-CMD: unidata-gen.elc unidata.txt
52${DSTDIR}/charprop.el: charprop-$(SHELLTYPE) 52${DSTDIR}/charprop.el: charprop-$(SHELLTYPE)
53 53
54clean: 54clean:
55 - $(DEL) unidata-gen.elc unidata.txt biditype.h bidimirror.h 55 - $(DEL) unidata-gen.elc unidata.txt
56 56