summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-11-08 09:29:52 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-11-08 09:29:52 +0000
commit4080d10b4ba943830865945546028d6a975ad964 (patch)
tree551be0f8e06834214911080c9aad4479b4d4ed7b /test/Makefile
parent5ed7be1a401d7f75e08623b0172f0318f2977e31 (diff)
downloadllvm-4080d10b4ba943830865945546028d6a975ad964.tar.gz
llvm-4080d10b4ba943830865945546028d6a975ad964.tar.bz2
llvm-4080d10b4ba943830865945546028d6a975ad964.tar.xz
Two small fixes for site.exp for cmake.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86453 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/Makefile b/test/Makefile
index 2eba915904..1387d56cb1 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -148,9 +148,8 @@ FORCE:
site.exp: FORCE
@echo 'Making a new site.exp file...'
- @echo '## these variables are automatically generated by make ##' >site.tmp
- @echo '# Do not edit here. If you wish to override these values' >>site.tmp
- @echo '# edit the last section' >>site.tmp
+ @echo '## Autogenerated by LLVM configuration.' > site.tmp
+ @echo '# Do not edit!' >> site.tmp
@echo 'set target_triplet "$(TARGET_TRIPLE)"' >> site.tmp
@echo 'set TARGETS_TO_BUILD "$(TARGETS_TO_BUILD)"' >> site.tmp
@echo 'set llvmgcc_langs "$(LLVMGCC_LANGS)"' >> site.tmp