e: stop warning about GNU make extension
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Wed, 31 Oct 2012 20:40:56 +0000 (20:40 +0000)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Wed, 31 Oct 2012 20:40:56 +0000 (20:40 +0000)
commitc8ac56c2f488244d61f7f18cd49219b58f558fb3
tree38348ff62cb92af1e8f272fe19fb8b7621b93c37
parent6a1d3275de281bb180601170aea36a0da98167f8
e: stop warning about GNU make extension

We know wildcard is an extension of GNU make and we don't need to be
remembered every single compilation. Remove noise like below:

doc/Makefile.am:42: warning: wildcard img/*.*: non-POSIX variable name
doc/Makefile.am:42: (probably a GNU make extension)

SVN revision: 78723
autogen.sh