projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b29d39
)
llvmpipe: add extra flags to DEFINES, no CFLAGS
author
Brian Paul
<brianp@vmware.com>
Fri, 15 Jan 2010 16:16:26 +0000
(09:16 -0700)
committer
Brian Paul
<brianp@vmware.com>
Fri, 15 Jan 2010 16:16:34 +0000
(09:16 -0700)
Doesn't make any real difference but -D flags are put into DEFINES
everywhere else.
src/gallium/drivers/llvmpipe/Makefile
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/Makefile
b/src/gallium/drivers/llvmpipe/Makefile
index 264999a7ceaa301ba335f713864d2da1cfd1670f..3d8d88179a971e16aa48fff314330286db5dc66f 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/Makefile
+++ b/
src/gallium/drivers/llvmpipe/Makefile
@@
-3,7
+3,7
@@
include $(TOP)/configs/current
LIBNAME = llvmpipe
-
CFLAG
S += -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS
+
DEFINE
S += -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS
C_SOURCES = \
lp_scene.c \