aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2013-10-23 21:05:54 -0700
committerGlenn Morris2013-10-23 21:05:54 -0700
commit11e5e2eba1eeb747cbeb24500d74d4c6cfb777b9 (patch)
tree2611a7df54887d98dcb80479ca9755049d207b9c /src
parentbc00793e2a90838e05d76ca17f78ee1a17e4c436 (diff)
downloademacs-11e5e2eba1eeb747cbeb24500d74d4c6cfb777b9.tar.gz
emacs-11e5e2eba1eeb747cbeb24500d74d4c6cfb777b9.zip
Fix whitespace in previous Makefile.in changes
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in3
1 files changed, 2 insertions, 1 deletions
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)