diff options
| author | Glenn Morris | 2013-10-23 21:05:54 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-10-23 21:05:54 -0700 |
| commit | 11e5e2eba1eeb747cbeb24500d74d4c6cfb777b9 (patch) | |
| tree | 2611a7df54887d98dcb80479ca9755049d207b9c /src | |
| parent | bc00793e2a90838e05d76ca17f78ee1a17e4c436 (diff) | |
| download | emacs-11e5e2eba1eeb747cbeb24500d74d4c6cfb777b9.tar.gz emacs-11e5e2eba1eeb747cbeb24500d74d4c6cfb777b9.zip | |
Fix whitespace in previous Makefile.in changes
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 3 |
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. |
| 30 | srcdir = @srcdir@ | 30 | srcdir = @srcdir@ |
| 31 | abs_top_srcdir=@abs_top_srcdir@ # MinGW CPPFLAGS may use this | 31 | # MinGW CPPFLAGS may use this. |
| 32 | abs_top_srcdir=@abs_top_srcdir@ | ||
| 32 | ntsource = $(srcdir)/../nt | 33 | ntsource = $(srcdir)/../nt |
| 33 | abs_builddir = @abs_builddir@ | 34 | abs_builddir = @abs_builddir@ |
| 34 | VPATH = $(srcdir) | 35 | VPATH = $(srcdir) |