From: Glenn Morris Date: Fri, 10 Aug 2012 00:47:21 +0000 (-0400) Subject: * src/Makefile.in (config_h): Fix conf_post.h out-of-tree build location. X-Git-Tag: emacs-24.2.90~748 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4b94e8cfe59df775a3eb510ec67764e22c91ebd5;p=emacs.git * src/Makefile.in (config_h): Fix conf_post.h out-of-tree build location. --- diff --git a/src/ChangeLog b/src/ChangeLog index 3427f449586..bd43b7ba05e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2012-08-10 Glenn Morris + * Makefile.in (config_h): Fix conf_post.h out-of-tree build location. + * lisp.h (DIRECTORY_SEP): Let configure set it. 2012-08-09 Dmitry Antipov diff --git a/src/Makefile.in b/src/Makefile.in index 687b3ce9aac..4b1520ada62 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -56,7 +56,7 @@ lwlibdir = ../lwlib lispdir = ../lisp # Configuration files for .o files to depend on. -config_h = config.h conf_post.h +config_h = config.h $(srcdir)/conf_post.h bootstrap_exe = $(abs_builddir)/bootstrap-emacs$(EXEEXT)