updated IBM Cell SDK makefiles, to use CELL_TOP

This commit is contained in:
ejcoumans
2007-08-18 16:36:21 +00:00
parent c29b961cde
commit cdbc95c105
4 changed files with 8 additions and 7 deletions

View File

@@ -32,5 +32,5 @@ RenderTexture.o
#### Install directories
INSTALL_DIR = $(ROOT)/lib/ibmsdk/
INSTALL_FILES = $(LIBRARY)
include $(TOP)/make.footer
CELL_TOP ?= $(ROOT)
include $(CELL_TOP)/make.footer