From: Akira Hatanaka Date: Wed, 31 Aug 2011 17:49:04 +0000 (+0000) Subject: Fix typo. Patch by Liu. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=334b5305a6c381328178333b9b284b1c04b24f59;p=oota-llvm.git Fix typo. Patch by Liu. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138866 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Mips/InstPrinter/Makefile b/lib/Target/Mips/InstPrinter/Makefile index 63e38ef3e6a..74872a48b97 100644 --- a/lib/Target/Mips/InstPrinter/Makefile +++ b/lib/Target/Mips/InstPrinter/Makefile @@ -10,7 +10,7 @@ LEVEL = ../../../.. LIBRARYNAME = LLVMMipsAsmPrinter -# Hack: we need to include 'main' arm target directory to grab private headers +# Hack: we need to include 'main' mips target directory to grab private headers CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/.. include $(LEVEL)/Makefile.common