Tweak to Makefile rules that list *.el files
authorGlenn Morris <rgm@gnu.org>
Sun, 1 Sep 2013 02:12:32 +0000 (19:12 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 1 Sep 2013 02:12:32 +0000 (19:12 -0700)
commitf8ccce0306a6f34d9b41627ac8e5ceca16cdbafd
tree8c0353c103044c8deffd790a1558f01aef56720c
parent2e4a0a90718bae5534d74a6dd3d232c7d9bf61be
Tweak to Makefile rules that list *.el files

* lisp/Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
* test/automated/Makefile.in (setwins):
Avoid leading space in $wins.  Otherwise the sed command used by
eg compile-main ends up containing "/*.el".

Fixes: debbugs:15170
lisp/ChangeLog
lisp/Makefile.in
test/ChangeLog
test/automated/Makefile.in