diff options
author | Glenn Morris <rgm@gnu.org> | 2013-10-23 19:15:16 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-10-23 19:15:16 -0700 |
commit | eb9a36619e5ba70079fc098a38e2d8be721d5b0b (patch) | |
tree | c83eae4694f8fb91bf8c0856ff37aab2977ff126 /lib-src/Makefile.in | |
parent | 6f317c2faaa9aa00f2f9460e1d3dd45041583684 (diff) | |
download | emacs-eb9a36619e5ba70079fc098a38e2d8be721d5b0b.tar.gz |
Attempt at a fix for mingw CPPFLAGS
* configure.ac (CPPFLAGS) [mingw32]: Use abs_top_srcdir.
* Makefile.in (abs_top_srcdir):
* lib-src/Makefile.in (abs_top_srcdir):
* lwlib/Makefile.in (abs_top_srcdir):
* nt/Makefile.in (abs_top_srcdir):
* oldXMenu/Makefile.in (abs_top_srcdir):
* src/Makefile.in (abs_top_srcdir):
New, set by configure.
Diffstat (limited to 'lib-src/Makefile.in')
-rw-r--r-- | lib-src/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 3aff16fed76..e4d104e0200 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -84,6 +84,7 @@ VPATH=@srcdir@ # The top-level source directory, also set by configure. top_srcdir=@top_srcdir@ +abs_top_srcdir=@abs_top_srcdir@ # MinGW CPPFLAGS may use this # ==================== Emacs-specific directories ==================== |