From db0087749655ceb6b58fead0956c1badbdf4b009 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 14 Oct 2001 17:23:55 +0000 Subject: 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 --- Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.rules') diff --git a/Makefile.rules b/Makefile.rules index 470fd81..0d4cfb6 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 -- cgit v1.1