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 | |
parent | 623ce5d7f6caeb73a7000d6890558ed6ebdf55fe (diff) | |
download | external_llvm-0cac4b8f3fb4a86c8516b7b8395977837082184b.zip external_llvm-0cac4b8f3fb4a86c8516b7b8395977837082184b.tar.gz external_llvm-0cac4b8f3fb4a86c8516b7b8395977837082184b.tar.bz2 |
Try to fix build error
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1723 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | Makefile.common | 2 | ||||
-rw-r--r-- | Makefile.rules | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common index 8088d50..a294df7 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 diff --git a/Makefile.rules b/Makefile.rules index 8088d50..a294df7 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -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 |