glsl: Rename .lpp to .ll and .ypp to .yy.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 1 Mar 2011 23:13:04 +0000 (15:13 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 1 Mar 2011 23:49:29 +0000 (15:49 -0800)
commit80ec97af79530dc053770d218cd55ac7dbd74736
tree9bc4b44e022934eacfffe84e77ed7b7b028ade5a
parentff0f36f59d58e90e775117beb945ffbec7a5d7e2
glsl: Rename .lpp to .ll and .ypp to .yy.

SCons has built-in support for .ll and .yy, but not .lpp and .ypp. Since
there's no real benefit to using the old names, change them.
src/glsl/Makefile
src/glsl/glsl_lexer.ll [moved from src/glsl/glsl_lexer.lpp with 100% similarity]
src/glsl/glsl_parser.yy [moved from src/glsl/glsl_parser.ypp with 100% similarity]