projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c389e94
)
Fixed a pasto.
author
Oscar Fuentes
<ofv@wanadoo.es>
Sat, 8 Nov 2008 20:34:18 +0000
(20:34 +0000)
committer
Oscar Fuentes
<ofv@wanadoo.es>
Sat, 8 Nov 2008 20:34:18 +0000
(20:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58923
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/CellSPU/AsmPrinter/Makefile
patch
|
blob
|
history
diff --git
a/lib/Target/CellSPU/AsmPrinter/Makefile
b/lib/Target/CellSPU/AsmPrinter/Makefile
index 096d092eed19d5a03538513b69d571bce6f3685d..0b05b98fcd461fc2d03a1bb145185819800340c7 100644
(file)
--- a/
lib/Target/CellSPU/AsmPrinter/Makefile
+++ b/
lib/Target/CellSPU/AsmPrinter/Makefile
@@
-10,7
+10,8
@@
LEVEL = ../../../..
LIBRARYNAME = LLVMCellSPUAsmPrinter
-# Hack: we need to include 'main' x86 target directory to grab private headers
+# Hack: we need to include 'main' CellSPU target directory to grab
+# private headers
CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
include $(LEVEL)/Makefile.common