diff options
author | Chris Lattner <sabre@nondot.org> | 2002-02-11 17:12:03 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-02-11 17:12:03 +0000 |
commit | 0cac4b8f3fb4a86c8516b7b8395977837082184b (patch) | |
tree | 4d39045b8313ca5d4279f6f0bf3485ce676a0cd6 /Makefile.common | |
parent | 623ce5d7f6caeb73a7000d6890558ed6ebdf55fe (diff) |
Try to fix build error
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1723 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
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 |