diff options
author | Miles Bader <miles@gnu.org> | 2008-02-05 09:06:00 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2008-02-05 09:06:00 +0000 |
commit | 6a2094182893ce1b50bceb050bfa5f01fedd28a5 (patch) | |
tree | 0cb5011a21e4db1e3d69e607b0ed2aa638386fdb /admin/unidata | |
parent | e7940cb5c9c45ea7f1f845ddc94f397431f3b043 (diff) | |
download | emacs-6a2094182893ce1b50bceb050bfa5f01fedd28a5.tar.gz |
Use an explicit id for admin/unicode/Makefile.in, instead of arch-tag:
Files run though autoconf end up copying the arch-tag: line (there seems no
way to avoid this), which confuses arch.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1053
Diffstat (limited to 'admin/unidata')
-rw-r--r-- | admin/unidata/.arch-inventory | 4 | ||||
-rw-r--r-- | admin/unidata/Makefile.in | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/admin/unidata/.arch-inventory b/admin/unidata/.arch-inventory index 7f0134fd7c6..6dbe37ac041 100644 --- a/admin/unidata/.arch-inventory +++ b/admin/unidata/.arch-inventory @@ -1,7 +1,3 @@ -# Unlike most emacs dirs, admin/unidata has a simple non-autoconf-generated -# makefile -source ^(Makefile)$ - # Generated at compile time precious ^unidata\.txt$ diff --git a/admin/unidata/Makefile.in b/admin/unidata/Makefile.in index 22f7bde7298..75ec3e9d51d 100644 --- a/admin/unidata/Makefile.in +++ b/admin/unidata/Makefile.in @@ -47,5 +47,3 @@ clean: rm -f `sed -n 's/^;; FILE: //p' < charprop.el`; \ fi rm -f charprop.el unidata-gen.elc unidata.txt - -# arch-tag: 3f576384-a8e7-4ec5-9d2e-9190c71683b4 |