diff options
author | Ian Romanick <idr@us.ibm.com> | 2008-02-15 10:36:48 -0800 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2008-02-15 10:36:48 -0800 |
commit | 71071b7a9e8e9cdd3ef9648e70bde04507516765 (patch) | |
tree | 2416b3e9ba0e66cb116066fe8f47750deb2a9500 /configs/linux-cell | |
parent | eb3f7aa6f8615a2788714e1535d87b4814ebdda3 (diff) |
Cell: Add missing back-slash in linux-cell config file
Diffstat (limited to 'configs/linux-cell')
-rw-r--r-- | configs/linux-cell | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-cell b/configs/linux-cell index fbd6c36a09..09f62fc1ff 100644 --- a/configs/linux-cell +++ b/configs/linux-cell @@ -36,7 +36,7 @@ GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXext -lm -lpthread \ SPU_CC = spu-gcc -SPU_CFLAGS = $(OPT_FLAGS) -W -Wall -Winline -Wmissing-prototypes -Wno-main +SPU_CFLAGS = $(OPT_FLAGS) -W -Wall -Winline -Wmissing-prototypes -Wno-main \ -I. -I$(SDK)/spu/include -I$(TOP)/src/mesa/ $(INCLUDE_DIRS) \ -include spu_intrinsics.h |