diff options
| author | Chris Lattner <sabre@nondot.org> | 2008-03-10 06:49:40 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2008-03-10 06:49:40 +0000 |
| commit | 0c1d7b43a6f4f5d84fe187f7cbba677c5c0e0fa9 (patch) | |
| tree | 0f89bbe516056aa8e51f993fe08bf6c20d85dc00 /llvm | |
| parent | ca43433493e5393dbbdce778f096235f4812944b (diff) | |
| download | bcm5719-llvm-0c1d7b43a6f4f5d84fe187f7cbba677c5c0e0fa9.tar.gz bcm5719-llvm-0c1d7b43a6f4f5d84fe187f7cbba677c5c0e0fa9.zip | |
Fix a typo
llvm-svn: 48133
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Makefile b/llvm/test/Makefile index 00c5ef268d7..d577b867ff3 100644 --- a/llvm/test/Makefile +++ b/llvm/test/Makefile @@ -96,7 +96,7 @@ site.exp: Makefile $(LLVM_OBJ_ROOT)/Makefile.config @echo 'set gccpath "$(CC)"' >>site.tmp @echo 'set gxxpath "$(CXX)"' >>site.tmp @echo 'set compile_c "$(CC) $(CPP.Flags) $(C.Flags) $(CompileCommonOpts) -c "' >>site.tmp - @echo 'set compile_cxx "$(CXX) $(CPP.Flags) $(CXX.Flags) $(CompileCommonOpts) - c"' >> site.tmp + @echo 'set compile_cxx "$(CXX) $(CPP.Flags) $(CXX.Flags) $(CompileCommonOpts) -c"' >> site.tmp @echo 'set link "$(CXX) $(CPP.Flags) $(CXX.Flags) $(CompileCommonOpts) $(LD.Flags)"' >>site.tmp @echo 'set llvmgcc "$(LLVMGCC)"' >> site.tmp @echo 'set llvmgxx "$(LLVMGCC)"' >> site.tmp |

