diff options
| author | Matthijs Kooijman <matthijs@stdin.nl> | 2008-11-24 11:44:00 +0000 |
|---|---|---|
| committer | Matthijs Kooijman <matthijs@stdin.nl> | 2008-11-24 11:44:00 +0000 |
| commit | 75339657bd776bd738dfcb2b8dccc85374473433 (patch) | |
| tree | ef6b1c1b65245fc1ea104842c79c6b718fca9382 /llvm/lib/Target | |
| parent | 9165ed69af2171bdb981e6bc622f3654c14954b5 (diff) | |
| download | bcm5719-llvm-75339657bd776bd738dfcb2b8dccc85374473433.tar.gz bcm5719-llvm-75339657bd776bd738dfcb2b8dccc85374473433.zip | |
Fix comments.
llvm-svn: 59958
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/PowerPC/AsmPrinter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/PowerPC/AsmPrinter/Makefile b/llvm/lib/Target/PowerPC/AsmPrinter/Makefile index 640bf02acce..125d8cfc009 100644 --- a/llvm/lib/Target/PowerPC/AsmPrinter/Makefile +++ b/llvm/lib/Target/PowerPC/AsmPrinter/Makefile @@ -1,4 +1,4 @@ -##===- lib/Target/X86/Makefile -----------------------------*- Makefile -*-===## +##===- lib/Target/PowerPC/AsmPrinter/Makefile --------------*- Makefile -*-===## # # The LLVM Compiler Infrastructure # @@ -9,7 +9,7 @@ LEVEL = ../../../.. LIBRARYNAME = LLVMPowerPCAsmPrinter -# Hack: we need to include 'main' x86 target directory to grab private headers +# Hack: we need to include 'main' PowerPC target directory to grab private headers CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/.. include $(LEVEL)/Makefile.common |

