Adjust this per the changes to the configuration script in the llvm-top module.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38521 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2007-07-11 03:00:11 +00:00
parent b77c457cc8
commit 4dd0ae68cd

View File

@ -1,2 +1,4 @@
DepModule:
BuildTarget: build-for-llvm-top
ConfigCmd: ./configure --prefix=@INSTALL_PREFIX@ --with-llvmgccdir=@LLVM_TOP@/install
ConfigFile: ./config.status
BuildCmd: make build-for-llvm-top LLVM_TOP=@LLVM_TOP@