diff options
| author | Miles Bader | 2008-02-05 09:06:00 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-02-05 09:06:00 +0000 |
| commit | 6a2094182893ce1b50bceb050bfa5f01fedd28a5 (patch) | |
| tree | 0cb5011a21e4db1e3d69e607b0ed2aa638386fdb /admin | |
| parent | e7940cb5c9c45ea7f1f845ddc94f397431f3b043 (diff) | |
| download | emacs-6a2094182893ce1b50bceb050bfa5f01fedd28a5.tar.gz emacs-6a2094182893ce1b50bceb050bfa5f01fedd28a5.zip | |
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')
| -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 @@ | |||
| 1 | # Unlike most emacs dirs, admin/unidata has a simple non-autoconf-generated | ||
| 2 | # makefile | ||
| 3 | source ^(Makefile)$ | ||
| 4 | |||
| 5 | # Generated at compile time | 1 | # Generated at compile time |
| 6 | precious ^unidata\.txt$ | 2 | precious ^unidata\.txt$ |
| 7 | 3 | ||
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: | |||
| 47 | rm -f `sed -n 's/^;; FILE: //p' < charprop.el`; \ | 47 | rm -f `sed -n 's/^;; FILE: //p' < charprop.el`; \ |
| 48 | fi | 48 | fi |
| 49 | rm -f charprop.el unidata-gen.elc unidata.txt | 49 | rm -f charprop.el unidata-gen.elc unidata.txt |
| 50 | |||
| 51 | # arch-tag: 3f576384-a8e7-4ec5-9d2e-9190c71683b4 | ||