aboutsummaryrefslogtreecommitdiffstats
path: root/oldXMenu
diff options
context:
space:
mode:
authorGlenn Morris2013-10-23 19:15:16 -0700
committerGlenn Morris2013-10-23 19:15:16 -0700
commiteb9a36619e5ba70079fc098a38e2d8be721d5b0b (patch)
treec83eae4694f8fb91bf8c0856ff37aab2977ff126 /oldXMenu
parent6f317c2faaa9aa00f2f9460e1d3dd45041583684 (diff)
downloademacs-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 'oldXMenu')
-rw-r--r--oldXMenu/ChangeLog4
-rw-r--r--oldXMenu/Makefile.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog
index 21acbe83053..a8f19210561 100644
--- a/oldXMenu/ChangeLog
+++ b/oldXMenu/ChangeLog
@@ -1,3 +1,7 @@
12013-10-24 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (abs_top_srcdir): New, set by configure.
4
12013-09-04 Paul Eggert <eggert@cs.ucla.edu> 52013-09-04 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 Makefile improvements. 7 Makefile improvements.
diff --git a/oldXMenu/Makefile.in b/oldXMenu/Makefile.in
index 394bfb3ab50..f0c93e10cd4 100644
--- a/oldXMenu/Makefile.in
+++ b/oldXMenu/Makefile.in
@@ -43,6 +43,7 @@
43### Code: 43### Code:
44 44
45srcdir=@srcdir@ 45srcdir=@srcdir@
46abs_top_srcdir=@abs_top_srcdir@ # MinGW CPPFLAGS may use this
46VPATH=@srcdir@ 47VPATH=@srcdir@
47C_SWITCH_X_SITE=@C_SWITCH_X_SITE@ 48C_SWITCH_X_SITE=@C_SWITCH_X_SITE@
48C_SWITCH_SYSTEM=@C_SWITCH_SYSTEM@ 49C_SWITCH_SYSTEM=@C_SWITCH_SYSTEM@