Fix comments.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59958 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Matthijs Kooijman 2008-11-24 11:44:00 +00:00
parent 9682607ad6
commit 19ea77f09d

View File

@ -1,4 +1,4 @@
##===- lib/Target/X86/Makefile -----------------------------*- Makefile -*-===## ##===- lib/Target/PowerPC/AsmPrinter/Makefile --------------*- Makefile -*-===##
# #
# The LLVM Compiler Infrastructure # The LLVM Compiler Infrastructure
# #
@ -9,7 +9,7 @@
LEVEL = ../../../.. LEVEL = ../../../..
LIBRARYNAME = LLVMPowerPCAsmPrinter 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)/.. CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
include $(LEVEL)/Makefile.common include $(LEVEL)/Makefile.common