maint: don't assume GNU make \# syntax (fix previous)
commitdb38db483699e1be909df68425f4d8739af229be
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 5 Dec 2011 22:03:57 +0000 (5 14:03 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 5 Dec 2011 22:04:37 +0000 (5 14:04 -0800)
treec1e098eb319e9d31d1657662e279c08ef21e9b72
parentd72e8dff0487d804c09edb6a166b4e90dddf6063
maint: don't assume GNU make \# syntax (fix previous)

* src/Makefile.am (fs_normalize_perl_subst, fs-magic, fs-kernel-magic):
Undo previous patch; it missed a \#.
(fs_normalize_perl_subst): Use \043 rather than \#.
\043 is portable to all ASCIIish platforms, whereas \# is portable
only to platforms that are compatible with GNU make (and are
incompatible with POSIX make).  Porting this to EBCDIC is left as
an exercise for the reader....
src/Makefile.am