From 0cac4b8f3fb4a86c8516b7b8395977837082184b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 11 Feb 2002 17:12:03 +0000 Subject: Try to fix build error git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1723 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 8088d50693..a294df77ce 100644 --- a/Makefile.common +++ b/Makefile.common @@ -218,7 +218,7 @@ Debug/%.o: %.cpp Debug/.dir Depend/.dir # $(CompileGC) $< -o $@ # Create a .cpp source file from a burg input file -%.burm.cpp: Debug/%.burg +%.burm.cpp: Debug/%.burg Debug/.dir $(RunBurg) $< -o $@ # Create a .cpp source file from a flex input file... this uses sed to cut down -- cgit v1.2.3