X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FJmakefile;fp=ghc%2Fcompiler%2FJmakefile;h=cd0bb3cd80c787b15add2f6b0f9c568f2883bd36;hb=4250d64191132fd493985549eda5ca05b82a663f;hp=4019707bac8cc4efd80d8b762da87376f7f105c9;hpb=1ffb620ae1457b2e3eb5e415a999a4f6f15fec45;p=ghc-hetmet.git diff --git a/ghc/compiler/Jmakefile b/ghc/compiler/Jmakefile index 4019707..cd0bb3c 100644 --- a/ghc/compiler/Jmakefile +++ b/ghc/compiler/Jmakefile @@ -594,15 +594,15 @@ compile(main/MkIface,lhs,) compile(nativeGen/AbsCStixGen,lhs,) compile(nativeGen/AsmCodeGen,lhs,-I$(COMPINFO_DIR)) compile(nativeGen/AsmRegAlloc,lhs,-I$(COMPINFO_DIR)) -compile(nativeGen/MachCode,lhs,) -compile(nativeGen/MachMisc,lhs,) -compile(nativeGen/MachRegs,lhs,) -compile(nativeGen/PprMach,lhs,) -compile(nativeGen/RegAllocInfo,lhs,) +compile(nativeGen/MachCode,lhs,-I$(NATIVEGEN_DIR)) +compile(nativeGen/MachMisc,lhs,-I$(NATIVEGEN_DIR)) +compile(nativeGen/MachRegs,lhs,-I$(NATIVEGEN_DIR)) +compile(nativeGen/PprMach,lhs,-I$(NATIVEGEN_DIR)) +compile(nativeGen/RegAllocInfo,lhs,-I$(NATIVEGEN_DIR)) compile(nativeGen/Stix,lhs,) -compile(nativeGen/StixInfo,lhs,-I$(NATIVEGEN_DIR)) +compile(nativeGen/StixInfo,lhs,) compile(nativeGen/StixInteger,lhs,) -compile(nativeGen/StixMacro,lhs,-I$(NATIVEGEN_DIR)) +compile(nativeGen/StixMacro,lhs,) compile(nativeGen/StixPrim,lhs,) #endif