aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.common6
-rw-r--r--Makefile.rules6
2 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.common b/Makefile.common
index fa914fa795..8dc4087cf2 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -47,14 +47,14 @@ LibPathsO = -L $(LEVEL)/lib/Support/Release \
-L $(LEVEL)/lib/Assembly/Parser/Release \
-L $(LEVEL)/lib/Assembly/Writer/Release \
-L $(LEVEL)/lib/Analysis/Release \
+ -L $(LEVEL)/lib/Analysis/LiveVar/Release \
-L $(LEVEL)/lib/Bytecode/Writer/Release \
-L $(LEVEL)/lib/Bytecode/Reader/Release \
-L $(LEVEL)/lib/Optimizations/Release \
+ -L $(LEVEL)/lib/CodeGen/InstrSched/Release \
-L $(LEVEL)/lib/CodeGen/InstrSelection/Release \
-L $(LEVEL)/lib/CodeGen/TargetMachine/Release \
- -L $(LEVEL)/lib/CodeGen/TargetMachine/Sparc/Release
-
-## -L $(LEVEL)/lib/CodeGen/InstrSched/Release \
+ -L $(LEVEL)/lib/CodeGen/TargetMachine/Sparc/Release \
LibPathsG = $(LibPathsO:Release=Debug)
diff --git a/Makefile.rules b/Makefile.rules
index fa914fa795..8dc4087cf2 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -47,14 +47,14 @@ LibPathsO = -L $(LEVEL)/lib/Support/Release \
-L $(LEVEL)/lib/Assembly/Parser/Release \
-L $(LEVEL)/lib/Assembly/Writer/Release \
-L $(LEVEL)/lib/Analysis/Release \
+ -L $(LEVEL)/lib/Analysis/LiveVar/Release \
-L $(LEVEL)/lib/Bytecode/Writer/Release \
-L $(LEVEL)/lib/Bytecode/Reader/Release \
-L $(LEVEL)/lib/Optimizations/Release \
+ -L $(LEVEL)/lib/CodeGen/InstrSched/Release \
-L $(LEVEL)/lib/CodeGen/InstrSelection/Release \
-L $(LEVEL)/lib/CodeGen/TargetMachine/Release \
- -L $(LEVEL)/lib/CodeGen/TargetMachine/Sparc/Release
-
-## -L $(LEVEL)/lib/CodeGen/InstrSched/Release \
+ -L $(LEVEL)/lib/CodeGen/TargetMachine/Sparc/Release \
LibPathsG = $(LibPathsO:Release=Debug)