]> git.eshelyaron.com Git - emacs.git/commit
* Makefile.in (install-etc): Fix previous change.
authorGlenn Morris <rgm@gnu.org>
Thu, 17 May 2012 19:30:42 +0000 (15:30 -0400)
committerGlenn Morris <rgm@gnu.org>
Thu, 17 May 2012 19:30:42 +0000 (15:30 -0400)
commit904769baa934f6d2febd59195633ce6bc12710ff
tree9be4831a70db1132c9d09ade8b2efd890dd00ddf
parentd9a1e2c25f0508de7a83ef8879d2779c274a6afa
* Makefile.in (install-etc): Fix previous change.

Remember to always call MKDIR_P and INSTALL_DATA from the top-level
directory, for the case in which we are falling back to build-aux/install-sh.
It would make life much easier if autoconf would use an absolute path
in this case.
Makefile.in