From 11e5e2eba1eeb747cbeb24500d74d4c6cfb777b9 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 23 Oct 2013 21:05:54 -0700 Subject: [PATCH] Fix whitespace in previous Makefile.in changes --- Makefile.in | 3 ++- lib-src/Makefile.in | 3 ++- lwlib/Makefile.in | 3 ++- nt/Makefile.in | 3 ++- oldXMenu/Makefile.in | 3 ++- src/Makefile.in | 3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Makefile.in b/Makefile.in index 5fd926c423..1a92ca8aaf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -164,7 +164,8 @@ bitmapdir=@bitmapdir@ # We use $(srcdir) explicitly in dependencies so as not to depend on VPATH. srcdir=@srcdir@ abs_srcdir=@abs_srcdir@ -abs_top_srcdir=@abs_top_srcdir@ # MinGW CPPFLAGS may use this +# MinGW CPPFLAGS may use this. +abs_top_srcdir=@abs_top_srcdir@ # Where the manpage source files are kept. mansrcdir=$(srcdir)/doc/man diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index e4d104e020..3843f54967 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -84,7 +84,8 @@ VPATH=@srcdir@ # The top-level source directory, also set by configure. top_srcdir=@top_srcdir@ -abs_top_srcdir=@abs_top_srcdir@ # MinGW CPPFLAGS may use this +# MinGW CPPFLAGS may use this. +abs_top_srcdir=@abs_top_srcdir@ # ==================== Emacs-specific directories ==================== diff --git a/lwlib/Makefile.in b/lwlib/Makefile.in index c463efb05e..b7f1673aca 100644 --- a/lwlib/Makefile.in +++ b/lwlib/Makefile.in @@ -23,7 +23,8 @@ # and set up to be configured by ../configure. srcdir=@srcdir@ -abs_top_srcdir=@abs_top_srcdir@ # MinGW CPPFLAGS may use this +# MinGW CPPFLAGS may use this. +abs_top_srcdir=@abs_top_srcdir@ VPATH=@srcdir@ @SET_MAKE@ C_SWITCH_X_SITE=@C_SWITCH_X_SITE@ diff --git a/nt/Makefile.in b/nt/Makefile.in index 7606b31ef4..8bd37e7983 100644 --- a/nt/Makefile.in +++ b/nt/Makefile.in @@ -76,7 +76,8 @@ VPATH=@srcdir@ # The top-level source directory, also set by configure. top_srcdir=@top_srcdir@ -abs_top_srcdir=@abs_top_srcdir@ # MinGW CPPFLAGS may use this +# MinGW CPPFLAGS may use this. +abs_top_srcdir=@abs_top_srcdir@ # ==================== Emacs-specific directories ==================== diff --git a/oldXMenu/Makefile.in b/oldXMenu/Makefile.in index f0c93e10cd..8b0e839127 100644 --- a/oldXMenu/Makefile.in +++ b/oldXMenu/Makefile.in @@ -43,7 +43,8 @@ ### Code: srcdir=@srcdir@ -abs_top_srcdir=@abs_top_srcdir@ # MinGW CPPFLAGS may use this +# MinGW CPPFLAGS may use this. +abs_top_srcdir=@abs_top_srcdir@ VPATH=@srcdir@ C_SWITCH_X_SITE=@C_SWITCH_X_SITE@ C_SWITCH_SYSTEM=@C_SWITCH_SYSTEM@ diff --git a/src/Makefile.in b/src/Makefile.in index 29acb4e738..21d92463f2 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -28,7 +28,8 @@ SHELL = @SHELL@ # Here are the things that we expect ../configure to edit. # We use $(srcdir) explicitly in dependencies so as not to depend on VPATH. srcdir = @srcdir@ -abs_top_srcdir=@abs_top_srcdir@ # MinGW CPPFLAGS may use this +# MinGW CPPFLAGS may use this. +abs_top_srcdir=@abs_top_srcdir@ ntsource = $(srcdir)/../nt abs_builddir = @abs_builddir@ VPATH = $(srcdir) -- 2.20.1