Makefile: fix %.S rule (broke loader build on x86)
commitf4a1d6e36eb2e9a92894ea42276f9e1087c4bd57
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Wed, 10 Mar 2010 14:40:22 +0000 (10 16:40 +0200)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Wed, 10 Mar 2010 14:40:22 +0000 (10 16:40 +0200)
tree317333856e8053ce771dc38707ee25edff4bb5f8
parent00323c06e2b8451e68f4fe31ddb871366e5793c2
Makefile: fix %.S rule (broke loader build on x86)

The rule merged from svn used "ASFLAGS" which was set for FFmpeg
only. Change it to use CFLAGS instead (ASFLAGS is the same in svn).
Makefile