diff options
author | José Fonseca <[email protected]> | 2008-02-15 20:11:40 +0900 |
---|---|---|
committer | José Fonseca <[email protected]> | 2008-02-15 20:11:40 +0900 |
commit | 66f22aa3bf7fa546e946b45156aa578e202982c9 (patch) | |
tree | e5c7166e02a90f1dddecb50c2eab763fbb9e0380 /src/gallium/drivers/cell | |
parent | 92fcbf6e7bc622dcace226bb70ff6d5cdbdbaecb (diff) |
Code reorganization: s/aux/auxiliary/ -- update build.
Diffstat (limited to 'src/gallium/drivers/cell')
-rw-r--r-- | src/gallium/drivers/cell/ppu/Makefile | 2 | ||||
-rw-r--r-- | src/gallium/drivers/cell/spu/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/cell/ppu/Makefile b/src/gallium/drivers/cell/ppu/Makefile index 011863c11e1..a4c3f29e8a4 100644 --- a/src/gallium/drivers/cell/ppu/Makefile +++ b/src/gallium/drivers/cell/ppu/Makefile @@ -43,7 +43,7 @@ OBJECTS = $(SOURCES:.c=.o) \ INCLUDE_DIRS = \ -I$(TOP)/src/mesa \ -I$(TOP)/src/gallium/include \ - -I$(TOP)/src/gallium/aux \ + -I$(TOP)/src/gallium/auxiliary \ -I$(TOP)/src/gallium/drivers .c.o: diff --git a/src/gallium/drivers/cell/spu/Makefile b/src/gallium/drivers/cell/spu/Makefile index 7aa947299e7..30ef2450ece 100644 --- a/src/gallium/drivers/cell/spu/Makefile +++ b/src/gallium/drivers/cell/spu/Makefile @@ -34,7 +34,7 @@ SPU_ASM_OUT = $(SOURCES:.c=.s) \ INCLUDE_DIRS = \ -I$(TOP)/src/mesa \ -I$(TOP)/src/gallium/include \ - -I$(TOP)/src/gallium/aux \ + -I$(TOP)/src/gallium/auxiliary \ -I$(TOP)/src/gallium/drivers |