diff options
| author | Glenn Morris | 2013-10-23 19:15:16 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-10-23 19:15:16 -0700 |
| commit | eb9a36619e5ba70079fc098a38e2d8be721d5b0b (patch) | |
| tree | c83eae4694f8fb91bf8c0856ff37aab2977ff126 /nt | |
| parent | 6f317c2faaa9aa00f2f9460e1d3dd45041583684 (diff) | |
| download | emacs-eb9a36619e5ba70079fc098a38e2d8be721d5b0b.tar.gz emacs-eb9a36619e5ba70079fc098a38e2d8be721d5b0b.zip | |
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')
| -rw-r--r-- | nt/ChangeLog | 4 | ||||
| -rw-r--r-- | nt/Makefile.in | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 53381f1e8b5..12389607627 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-10-24 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (abs_top_srcdir): New, set by configure. | ||
| 4 | |||
| 1 | 2013-10-23 Glenn Morris <rgm@gnu.org> | 5 | 2013-10-23 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * Makefile.in ($(DESTDIR)${archlibdir}, install, uninstall): | 7 | * Makefile.in ($(DESTDIR)${archlibdir}, install, uninstall): |
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@ | |||
| 76 | 76 | ||
| 77 | # The top-level source directory, also set by configure. | 77 | # The top-level source directory, also set by configure. |
| 78 | top_srcdir=@top_srcdir@ | 78 | top_srcdir=@top_srcdir@ |
| 79 | abs_top_srcdir=@abs_top_srcdir@ # MinGW CPPFLAGS may use this | ||
| 79 | 80 | ||
| 80 | # ==================== Emacs-specific directories ==================== | 81 | # ==================== Emacs-specific directories ==================== |
| 81 | 82 | ||