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 /lwlib | |
| 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 'lwlib')
| -rw-r--r-- | lwlib/ChangeLog | 4 | ||||
| -rw-r--r-- | lwlib/Makefile.in | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index 5a1018f85e5..963b5baed1c 100644 --- a/lwlib/ChangeLog +++ b/lwlib/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-09-04 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2013-09-04 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | Makefile improvements. | 7 | Makefile improvements. |
diff --git a/lwlib/Makefile.in b/lwlib/Makefile.in index 40f4a405e97..c463efb05e2 100644 --- a/lwlib/Makefile.in +++ b/lwlib/Makefile.in | |||
| @@ -23,6 +23,7 @@ | |||
| 23 | # and set up to be configured by ../configure. | 23 | # and set up to be configured by ../configure. |
| 24 | 24 | ||
| 25 | srcdir=@srcdir@ | 25 | srcdir=@srcdir@ |
| 26 | abs_top_srcdir=@abs_top_srcdir@ # MinGW CPPFLAGS may use this | ||
| 26 | VPATH=@srcdir@ | 27 | VPATH=@srcdir@ |
| 27 | @SET_MAKE@ | 28 | @SET_MAKE@ |
| 28 | C_SWITCH_X_SITE=@C_SWITCH_X_SITE@ | 29 | C_SWITCH_X_SITE=@C_SWITCH_X_SITE@ |