diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-09-10 04:56:59 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-09-10 04:56:59 +0000 |
commit | f3e2d80770c43e2ae1e5ba0d6a944974087f57ae (patch) | |
tree | 98850a66b7d67f74ce2f40eccf3757beb3ce713a /test/Makefile | |
parent | fabcb9127f278a77b8aae5673be1115390c55050 (diff) | |
download | external_llvm-f3e2d80770c43e2ae1e5ba0d6a944974087f57ae.zip external_llvm-f3e2d80770c43e2ae1e5ba0d6a944974087f57ae.tar.gz external_llvm-f3e2d80770c43e2ae1e5ba0d6a944974087f57ae.tar.bz2 |
Remove prcontext.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81427 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 1b1339c..813ce57 100644 --- a/test/Makefile +++ b/test/Makefile @@ -133,7 +133,6 @@ site.exp: FORCE @echo 'set TARGETS_TO_BUILD "$(TARGETS_TO_BUILD)"' >> site.tmp @echo 'set llvmgcc_langs "$(LLVMGCC_LANGS)"' >> site.tmp @echo 'set llvmgcc_version "$(LLVMGCC_VERSION)"' >> site.tmp - @echo 'set prcontext "$(TCLSH) $(LLVM_SRC_ROOT)/test/Scripts/prcontext.tcl"' >> site.tmp @echo 'set llvmtoolsdir "$(ToolDir)"' >>site.tmp @echo 'set llvmlibsdir "$(LibDir)"' >>site.tmp @echo 'set srcroot "$(LLVM_SRC_ROOT)"' >>site.tmp |