Burg files should come out of the Debug Directory for temporary files
[oota-llvm.git] / Makefile.common
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