X86: Call ulldiv and ftol2 on Windows instead of their libgcc eqivilents.
[oota-llvm.git] / lib / Target / PIC16 / AsmPrinter / Makefile
index aaf3af35f27b5ce2f4ee4b37e84cb72934c7864a..e3c0684ebcf8f27763ecbecb64cd97f408934e8f 100644 (file)
@@ -1,4 +1,4 @@
-##===- lib/Target/PIC16/Makefile ----------------------------*- Makefile -*-===##
+##===- lib/Target/PIC16/AsmPrinter/Makefile ----------------*- Makefile -*-===##
 #
 #                     The LLVM Compiler Infrastructure
 #
@@ -10,6 +10,6 @@ LEVEL = ../../../..
 LIBRARYNAME = LLVMPIC16AsmPrinter
 
 # Hack: we need to include 'main' pic16 target directory to grab private headers
-CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
+CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
 
 include $(LEVEL)/Makefile.common