diff options
author | Glenn Morris <rgm@gnu.org> | 2011-03-22 20:09:55 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-03-22 20:09:55 -0700 |
commit | 8cc1d5193337bef03f9525f2c017f6e70c4e64b9 (patch) | |
tree | 1ada81caa2a4d322a9ffdf3007ffbb4d0c080935 /admin/notes | |
parent | 8ae17ff2bf7443379745356de33826b306dfefdf (diff) | |
download | emacs-8cc1d5193337bef03f9525f2c017f6e70c4e64b9.tar.gz |
Replace mkinstalldirs with `install-sh -d', as automake recommends.
* Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
(sync-from-gnulib): Don't sync mkinstalldirs.
* make-dist: Don't distribute mkinstalldirs.
* leim/Makefile.in (install): Use `install-sh -d' rather than mkinstalldirs.
* lib-src/Makefile.in ($(DESTDIR)${archlibdir}):
Use `install-sh -d' rather than mkinstalldirs.
* configure.in, doc/emacs/Makefile.in: Update comments.
* admin/notes/copyright: Remove mkinstalldirs.
Diffstat (limited to 'admin/notes')
-rw-r--r-- | admin/notes/copyright | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/admin/notes/copyright b/admin/notes/copyright index 54d97adaf1c..45a8858f815 100644 --- a/admin/notes/copyright +++ b/admin/notes/copyright @@ -143,10 +143,6 @@ lib/Makefile.in install-sh - this file is copyright MIT, which is OK. Leave the copyright alone. -mkinstalldirs -src/m/news-r6.h - public domain, leave alone. - etc/refcards/*.tex also update the \def\year macro for the latest year. |