Make .s target asm flag selection more portable
authorAlan Coopersmith <alan.coopersmith@sun.com>
Mon, 15 Mar 2010 17:52:17 +0000 (10:52 -0700)
committerAlan Coopersmith <alan.coopersmith@sun.com>
Mon, 15 Mar 2010 17:52:20 +0000 (10:52 -0700)
commitb67f784a5dc51f41e40bb1a165411f5259ea0ee4
tree5eef61b6ba26d969505a97c1965e82afa28ae8da
parent7a5dc747852d46fa382ef885bb6299723ef6ed00
Make .s target asm flag selection more portable

The previous code worked in GNU make, but caused a syntax error in Solaris
make ( https://bugs.freedesktop.org/show_bug.cgi?id=27062 ) - this seems to
work in both, and should hopefully not cause syntax errors in any versions
of make not supporting the macro-substitution-in-macro-name feature, just
cause the macro to expand to nothing.

Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
pixman/Makefile.am