Burg files should come out of the Debug Directory for temporary files
authorChris Lattner <sabre@nondot.org>
Sun, 14 Oct 2001 17:23:55 +0000 (17:23 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 14 Oct 2001 17:23:55 +0000 (17:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@790 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.common
Makefile.rules

index 470fd81c790276e2df79db2884afbad32b36c3e3..0d4cfb6ba1bbbc235f15bba1e436fffd34b305bf 100644 (file)
@@ -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
index 470fd81c790276e2df79db2884afbad32b36c3e3..0d4cfb6ba1bbbc235f15bba1e436fffd34b305bf 100644 (file)
@@ -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