glsl2/Makefile: Append to DEFINES rather than replacing them.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 28 Jul 2010 23:44:56 +0000 (16:44 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 28 Jul 2010 23:48:04 +0000 (16:48 -0700)
commit35cc8b98ec4d898417de5b820dcbcf62c74b3599
treee7e97a7991ae1ca96fbb204a35b88eb96a0f05f8
parent859fd56245c1d725cacab17a34793d41ea14e867
glsl2/Makefile: Append to DEFINES rather than replacing them.

Otherwise, we lose DEBUG, which causes mtypes.h to set NDEBUG, which
causes assertions to not happen, which is no fun for anyone.
src/glsl/Makefile