diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-06-21 14:45:35 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-06-21 15:01:14 -0700 |
commit | 7555f9321d0d2bd736965003dce235c12dedf04e (patch) | |
tree | 02b21869548f82dc8e2fe75450a53c81b6185f8f /admin | |
parent | 9f64c4e8de4ade84bfb3d139ef2b832226235e45 (diff) | |
download | emacs-7555f9321d0d2bd736965003dce235c12dedf04e.tar.gz |
Remove src/macuvs.h from Git repository
It can be generated automatically and easily during a normal
bootstrap, so there’s no need to keep it in the repository.
* admin/unidata/Makefile.in (maintainer-clean):
Behave like extraclean and remove macuvs.h etc.
* src/macuvs.h: Remove.
Diffstat (limited to 'admin')
-rw-r--r-- | admin/unidata/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/admin/unidata/Makefile.in b/admin/unidata/Makefile.in index a522b0c3aa5..e50b01bded2 100644 --- a/admin/unidata/Makefile.in +++ b/admin/unidata/Makefile.in @@ -112,10 +112,11 @@ distclean: clean rm -f Makefile maintainer-clean: distclean + rm -f ${top_srcdir}/src/macuvs.h ## Do not remove these files, even in a bootstrap, because they rarely ## change and it slows down bootstrap (a tiny bit). ## Cf leim/ja-dic (which is much slower). -extraclean: distclean - rm -f ${top_srcdir}/src/macuvs.h ${unidir}/charscript.el* +extraclean: maintainer-clean + rm -f ${unidir}/charscript.el* rm -f ${unifiles} ${unidir}/charprop.el |