diff options
| author | Chris Lattner <sabre@nondot.org> | 2001-10-14 17:23:55 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2001-10-14 17:23:55 +0000 |
| commit | 082479a5832b0d6fa22bf779a38be3817dfcd062 (patch) | |
| tree | 36d62d8c96a403da35054630a6069fd24287caaf | |
| parent | 8015f958c6973160ae2ed26a2449258f7880e823 (diff) | |
| download | bcm5719-llvm-082479a5832b0d6fa22bf779a38be3817dfcd062.tar.gz bcm5719-llvm-082479a5832b0d6fa22bf779a38be3817dfcd062.zip | |
Burg files should come out of the Debug Directory for temporary files
llvm-svn: 790
| -rw-r--r-- | llvm/Makefile.common | 2 | ||||
| -rw-r--r-- | llvm/Makefile.rules | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/Makefile.common b/llvm/Makefile.common index 470fd81c790..0d4cfb6ba1b 100644 --- a/llvm/Makefile.common +++ b/llvm/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/llvm/Makefile.rules b/llvm/Makefile.rules index 470fd81c790..0d4cfb6ba1b 100644 --- a/llvm/Makefile.rules +++ b/llvm/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 |

