From 9aa263937051d14adc4b552db358e2c3dc938921 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Wed, 11 Jun 2003 13:49:11 +0000 Subject: [PATCH] Updated for the new projects Makefile. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6678 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/SparcV9/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/Target/SparcV9/Makefile b/lib/Target/SparcV9/Makefile index 27aa31ec534..c51362e48d9 100644 --- a/lib/Target/SparcV9/Makefile +++ b/lib/Target/SparcV9/Makefile @@ -14,13 +14,13 @@ endif Debug/Sparc.burm.cpp: Debug/Sparc.burm Debug/.dir $(RunBurg) $< -o $@ -$(BUILD_ROOT)/Debug/Sparc.burm.o: Debug/Sparc.burm.cpp +$(BUILD_OBJ_DIR)/Debug/Sparc.burm.o: Debug/Sparc.burm.cpp $(CompileG) $< -o $@ -$(BUILD_ROOT)/Release/Sparc.burm.o: Debug/Sparc.burm.cpp +$(BUILD_OBJ_DIR)/Release/Sparc.burm.o: Debug/Sparc.burm.cpp $(CompileO) $< -o $@ -$(BUILD_ROOT)/Profile/Sparc.burm.o: Debug/Sparc.burm.cpp +$(BUILD_OBJ_DIR)/Profile/Sparc.burm.o: Debug/Sparc.burm.cpp $(CompileP) $< -o $@ Debug/Sparc.burg.in1 : Sparc.burg.in Debug/.dir @@ -29,7 +29,7 @@ Debug/Sparc.burg.in1 : Sparc.burg.in Debug/.dir Debug/Sparc.burm : Debug/Sparc.burg.in1 $(CXX) -E -I$(LEVEL)/include $(DEBUG_FLAG) -x c++ $< | sed '/^# /d' | sed 's/Xinclude/#include/g' | sed 's/Xdefine/#define/g' > $@ -$(BUILD_ROOT)/Depend/Sparc.burm.d: $(BUILD_ROOT)/Depend/.dir +$(BUILD_OBJ_DIR)/Depend/Sparc.burm.d: $(BUILD_OBJ_DIR)/Depend/.dir touch $@ SparcV9CodeEmitter.cpp: SparcV9CodeEmitter.inc