]> git.ipfire.org Git - thirdparty/sarg.git/commit
Have a more compatible Makefile ?
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Thu, 27 Jan 2011 19:51:25 +0000 (19:51 +0000)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Thu, 27 Jan 2011 19:51:25 +0000 (19:51 +0000)
commit8028a0595ba81bce3bf031d3fc344f3a23268bb1
treeb1f6b711aaade6253f4f214c3ce418f549de6923
parent0a5ba4233028d256789c72882b2abe165d6d5ddc
Have a more compatible Makefile ?

The patsubst function introduced in sarg 2.3 to avoid the duplicate
file name lists in Makefile.in is a GNU make extension that is not
supported by BSD make. Therefore sarg 2.3 fails to compile on that
system with the default make command.

According to the GNU make documentation, the variable substitution
should be more compatible with other implementations but it isn't
clear whether it is accepted by BSD make or not. Let's try it.
Makefile.in