diff options
author | Glenn Morris <rgm@gnu.org> | 2013-10-23 21:05:54 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-10-23 21:05:54 -0700 |
commit | 11e5e2eba1eeb747cbeb24500d74d4c6cfb777b9 (patch) | |
tree | 2611a7df54887d98dcb80479ca9755049d207b9c /lwlib | |
parent | bc00793e2a90838e05d76ca17f78ee1a17e4c436 (diff) |
Fix whitespace in previous Makefile.in changes
Diffstat (limited to 'lwlib')
-rw-r--r-- | lwlib/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
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@ |