aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-10-23 21:05:54 -0700
committerGlenn Morris2013-10-23 21:05:54 -0700
commit11e5e2eba1eeb747cbeb24500d74d4c6cfb777b9 (patch)
tree2611a7df54887d98dcb80479ca9755049d207b9c
parentbc00793e2a90838e05d76ca17f78ee1a17e4c436 (diff)
downloademacs-11e5e2eba1eeb747cbeb24500d74d4c6cfb777b9.tar.gz
emacs-11e5e2eba1eeb747cbeb24500d74d4c6cfb777b9.zip
Fix whitespace in previous Makefile.in changes
-rw-r--r--Makefile.in3
-rw-r--r--lib-src/Makefile.in3
-rw-r--r--lwlib/Makefile.in3
-rw-r--r--nt/Makefile.in3
-rw-r--r--oldXMenu/Makefile.in3
-rw-r--r--src/Makefile.in3
6 files changed, 12 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in
index 5fd926c4238..1a92ca8aaf3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -164,7 +164,8 @@ bitmapdir=@bitmapdir@
164# We use $(srcdir) explicitly in dependencies so as not to depend on VPATH. 164# We use $(srcdir) explicitly in dependencies so as not to depend on VPATH.
165srcdir=@srcdir@ 165srcdir=@srcdir@
166abs_srcdir=@abs_srcdir@ 166abs_srcdir=@abs_srcdir@
167abs_top_srcdir=@abs_top_srcdir@ # MinGW CPPFLAGS may use this 167# MinGW CPPFLAGS may use this.
168abs_top_srcdir=@abs_top_srcdir@
168 169
169# Where the manpage source files are kept. 170# Where the manpage source files are kept.
170mansrcdir=$(srcdir)/doc/man 171mansrcdir=$(srcdir)/doc/man
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index e4d104e0200..3843f549679 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -84,7 +84,8 @@ VPATH=@srcdir@
84 84
85# The top-level source directory, also set by configure. 85# The top-level source directory, also set by configure.
86top_srcdir=@top_srcdir@ 86top_srcdir=@top_srcdir@
87abs_top_srcdir=@abs_top_srcdir@ # MinGW CPPFLAGS may use this 87# MinGW CPPFLAGS may use this.
88abs_top_srcdir=@abs_top_srcdir@
88 89
89# ==================== Emacs-specific directories ==================== 90# ==================== Emacs-specific directories ====================
90 91
diff --git a/lwlib/Makefile.in b/lwlib/Makefile.in
index c463efb05e2..b7f1673aca9 100644
--- a/lwlib/Makefile.in
+++ b/lwlib/Makefile.in
@@ -23,7 +23,8 @@
23# and set up to be configured by ../configure. 23# and set up to be configured by ../configure.
24 24
25srcdir=@srcdir@ 25srcdir=@srcdir@
26abs_top_srcdir=@abs_top_srcdir@ # MinGW CPPFLAGS may use this 26# MinGW CPPFLAGS may use this.
27abs_top_srcdir=@abs_top_srcdir@
27VPATH=@srcdir@ 28VPATH=@srcdir@
28@SET_MAKE@ 29@SET_MAKE@
29C_SWITCH_X_SITE=@C_SWITCH_X_SITE@ 30C_SWITCH_X_SITE=@C_SWITCH_X_SITE@
diff --git a/nt/Makefile.in b/nt/Makefile.in
index 7606b31ef40..8bd37e7983c 100644
--- a/nt/Makefile.in
+++ b/nt/Makefile.in
@@ -76,7 +76,8 @@ VPATH=@srcdir@
76 76
77# The top-level source directory, also set by configure. 77# The top-level source directory, also set by configure.
78top_srcdir=@top_srcdir@ 78top_srcdir=@top_srcdir@
79abs_top_srcdir=@abs_top_srcdir@ # MinGW CPPFLAGS may use this 79# MinGW CPPFLAGS may use this.
80abs_top_srcdir=@abs_top_srcdir@
80 81
81# ==================== Emacs-specific directories ==================== 82# ==================== Emacs-specific directories ====================
82 83
diff --git a/oldXMenu/Makefile.in b/oldXMenu/Makefile.in
index f0c93e10cd4..8b0e8391278 100644
--- a/oldXMenu/Makefile.in
+++ b/oldXMenu/Makefile.in
@@ -43,7 +43,8 @@
43### Code: 43### Code:
44 44
45srcdir=@srcdir@ 45srcdir=@srcdir@
46abs_top_srcdir=@abs_top_srcdir@ # MinGW CPPFLAGS may use this 46# MinGW CPPFLAGS may use this.
47abs_top_srcdir=@abs_top_srcdir@
47VPATH=@srcdir@ 48VPATH=@srcdir@
48C_SWITCH_X_SITE=@C_SWITCH_X_SITE@ 49C_SWITCH_X_SITE=@C_SWITCH_X_SITE@
49C_SWITCH_SYSTEM=@C_SWITCH_SYSTEM@ 50C_SWITCH_SYSTEM=@C_SWITCH_SYSTEM@
diff --git a/src/Makefile.in b/src/Makefile.in
index 29acb4e7380..21d92463f20 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -28,7 +28,8 @@ SHELL = @SHELL@
28# Here are the things that we expect ../configure to edit. 28# Here are the things that we expect ../configure to edit.
29# We use $(srcdir) explicitly in dependencies so as not to depend on VPATH. 29# We use $(srcdir) explicitly in dependencies so as not to depend on VPATH.
30srcdir = @srcdir@ 30srcdir = @srcdir@
31abs_top_srcdir=@abs_top_srcdir@ # MinGW CPPFLAGS may use this 31# MinGW CPPFLAGS may use this.
32abs_top_srcdir=@abs_top_srcdir@
32ntsource = $(srcdir)/../nt 33ntsource = $(srcdir)/../nt
33abs_builddir = @abs_builddir@ 34abs_builddir = @abs_builddir@
34VPATH = $(srcdir) 35VPATH = $(srcdir)