OSDN Git Service

gallium: remove $(DEFINES) from cc/c++ command lines
authorBrian Paul <brianp@vmware.com>
Wed, 24 Feb 2010 19:03:51 +0000 (12:03 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 24 Feb 2010 19:03:59 +0000 (12:03 -0700)
commitccd78fed880c4c8f1fccf1d10fc46442fa146359
tree95984ff6d25b637f3bd370b2b9fe9660aba4270f
parent51b799288a405be3f4cdbfc7221221399512992a
gallium: remove $(DEFINES) from cc/c++ command lines

The $(DEFINES) is already in $(CFLAG)S and (CXXFLAGS).
This prevents all the -D args appearing twice in the compilation commands.
src/gallium/Makefile.template
src/gallium/winsys/xlib/Makefile