]> git.ipfire.org Git - thirdparty/libtool.git/commit
Makefile: try to be robust against shell meta-chars in filenames.
authorGary V. Vaughan <gary@gnu.org>
Fri, 24 Sep 2010 13:58:39 +0000 (20:58 +0700)
committerGary V. Vaughan <gary@gnu.org>
Fri, 24 Sep 2010 18:55:30 +0000 (01:55 +0700)
commitaf74d5861725980febc025e4b01b67730324c030
tree08de6210ba48e35daaae9b750bbfb81b81f8dbc1
parent3674fa1b60aa9de19376f02f48337426306bf5e8
Makefile: try to be robust against shell meta-chars in filenames.

* Makefile.am: In each rule body, unless a make variable needs
to be seen as multiple words by the shell (for word-splitting
loops, or because it contains several commands), quote it. Use
single quotes unless the shell needs to perform variable inter-
polation, in which case use double quotes.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
ChangeLog
Makefile.am