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 /nt/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 'nt/Makefile.in')
-rw-r--r-- | nt/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nt/Makefile.in b/nt/Makefile.in index c29cc7e91ec..7606b31ef40 100644 --- a/nt/Makefile.in +++ b/nt/Makefile.in @@ -76,6 +76,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 ==================== |