Rename sparc/clip.S -> sparc/sparc_clip.S
authorJon TURNEY <jon.turney@dronecode.org.uk>
Fri, 6 Jul 2012 23:53:31 +0000 (00:53 +0100)
committerJon TURNEY <jon.turney@dronecode.org.uk>
Fri, 13 Jul 2012 11:43:56 +0000 (12:43 +0100)
commit8676890018a94b475dd0bb7389f3b77f37e36fdb
tree7fca2126f67bd979a1f2c3f92d4d2c26d3f21648
parent68e04cc6014bf7a2c9bd0b3b783b4ec12aa2e824
Rename sparc/clip.S -> sparc/sparc_clip.S

Automake can't handle having both clip.S and clip.c, even though they have different paths

"src/mesa/Makefile.am: object `clip.lo' created by `$(SRCDIR)/sparc/clip.S' and `$(SRCDIR)/main/clip.c'"

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Tested-by: Matt Turner <mattst88@gmail.com>
src/mesa/SConscript
src/mesa/sources.mak
src/mesa/sparc/clip.S [deleted file]
src/mesa/sparc/sparc_clip.S [new file with mode: 0644]