llvmpipe: add extra flags to DEFINES, no CFLAGS

Doesn't make any real difference but -D flags are put into DEFINES
everywhere else.
This commit is contained in:
Brian Paul
2010-01-15 09:16:26 -07:00
parent 8b29d39e99
commit f97eeeec6b
+1 -1
View File
@@ -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 \