Module: Mesa Branch: lp-binning Commit: f97eeeec6b9f8a979f9452e2dfdab86ccb058b64 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f97eeeec6b9f8a979f9452e2dfdab86ccb058b64
Author: Brian Paul <[email protected]> Date: Fri Jan 15 09:16:26 2010 -0700 llvmpipe: add extra flags to DEFINES, no CFLAGS Doesn't make any real difference but -D flags are put into DEFINES everywhere else. --- src/gallium/drivers/llvmpipe/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/drivers/llvmpipe/Makefile b/src/gallium/drivers/llvmpipe/Makefile index 264999a..3d8d881 100644 --- a/src/gallium/drivers/llvmpipe/Makefile +++ b/src/gallium/drivers/llvmpipe/Makefile @@ -3,7 +3,7 @@ include $(TOP)/configs/current LIBNAME = llvmpipe -CFLAGS += -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS +DEFINES += -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS C_SOURCES = \ lp_scene.c \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
