aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorEdwin Török <edwintorok@gmail.com>2008-10-21 17:21:32 +0000
committerEdwin Török <edwintorok@gmail.com>2008-10-21 17:21:32 +0000
commit25ed2c5d5ec6f97e92f831b6dcb728a2f4151341 (patch)
tree469cedc9a430f7371cf284841dde7808deff0aed /test/Makefile
parent8eab1c8c9852bb78231148ac4fb2d93b975f4ccd (diff)
downloadexternal_llvm-25ed2c5d5ec6f97e92f831b6dcb728a2f4151341.zip
external_llvm-25ed2c5d5ec6f97e92f831b6dcb728a2f4151341.tar.gz
external_llvm-25ed2c5d5ec6f97e92f831b6dcb728a2f4151341.tar.bz2
Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57912 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index 391776b..6761148 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -110,6 +110,8 @@ site.exp: FORCE
@echo 'set shlibext "$(SHLIBEXT)"' >> site.tmp
@echo 'set ocamlc "$(OCAMLC) -cc $(CXX) -I $(LibDir)/ocaml"' >> site.tmp
@echo 'set valgrind "$(VALGRIND)"' >> site.tmp
+ @echo 'set grep "$(GREP)"' >>site.tmp
+ @echo 'set gas "$(GAS)"' >>site.tmp
@echo '## All variables above are generated by configure. Do Not Edit ## ' >>site.tmp
@test ! -f site.exp || \
sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp