maint: don't assume GNU make \# syntax
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 5 Dec 2011 21:29:28 +0000 (13:29 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 5 Dec 2011 21:30:15 +0000 (13:30 -0800)
commit787592587d0a1cfac77d31c7808fc0b0a04a0334
treeae8b483f2c6ad4d55f5d7b34db478969be66fa9b
parent63098ee58235f5a1877220e8c073f6f23b09264f
maint: don't assume GNU make \# syntax

* src/Makefile.am (fs_normalize_perl_subst): Don't make unportable
assumption about \# in the right hand side of a macro definition.
This works with GNU make, but not with POSIX make.
Problem reported by Basavaraj B (Bug#10220).
(fs-magic, fs-kernel-magic): Do the #-substitution here instead.
src/Makefile.am