From: Chris Lattner Date: Sun, 14 Oct 2001 17:23:55 +0000 (+0000) Subject: Burg files should come out of the Debug Directory for temporary files X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=db0087749655ceb6b58fead0956c1badbdf4b009;p=oota-llvm.git Burg files should come out of the Debug Directory for temporary files git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@790 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.common b/Makefile.common index 470fd81c790..0d4cfb6ba1b 100644 --- a/Makefile.common +++ b/Makefile.common @@ -210,7 +210,7 @@ Debug/%.o: %.c Debug/.dir Depend/.dir $(CompileG) $< -o $@ # Create a .cpp source file from a burg input file -%.burm.cpp: %.burg +%.burm.cpp: Debug/%.burg $(RunBurg) $< -o $@ # Create a .cpp source file from a flex input file... this uses sed to cut down diff --git a/Makefile.rules b/Makefile.rules index 470fd81c790..0d4cfb6ba1b 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -210,7 +210,7 @@ Debug/%.o: %.c Debug/.dir Depend/.dir $(CompileG) $< -o $@ # Create a .cpp source file from a burg input file -%.burm.cpp: %.burg +%.burm.cpp: Debug/%.burg $(RunBurg) $< -o $@ # Create a .cpp source file from a flex input file... this uses sed to cut down