diff options
| author | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2015-05-19 21:28:33 +0000 |
|---|---|---|
| committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2015-05-19 21:28:33 +0000 |
| commit | dee6ce71ac5d2e6a3d00615e2d8894f1e3330042 (patch) | |
| tree | 1bbecff8695f3708cac2db26ce558feaccb957c3 /openmp | |
| parent | 07066cca20ca8569f4e6b9ebeca62cb747022303 (diff) | |
| download | bcm5719-llvm-dee6ce71ac5d2e6a3d00615e2d8894f1e3330042.tar.gz bcm5719-llvm-dee6ce71ac5d2e6a3d00615e2d8894f1e3330042.zip | |
Makefile fix for testsuite -- Follow up to r237618
This changes INCLUDE_PATH to C_INCLUDE_PATH and misspelled CLASH to SLASH
Patch by Sunita Chandrasekaran
llvm-svn: 237727
Diffstat (limited to 'openmp')
| -rw-r--r-- | openmp/runtime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/Makefile b/openmp/runtime/Makefile index c2b00fa0cb2..e1e3353b7ae 100644 --- a/openmp/runtime/Makefile +++ b/openmp/runtime/Makefile @@ -61,7 +61,7 @@ test: omp if [ -d "$(omp_root)$(SLASH)..$(SLASH)testsuite$(SLASH)LLVM-IR" ] ; then \ export TESTSUITE_TEMP=$(realpath $(omp_root))$(SLASH)tmp ; \ export LIBRARY_PATH=$(libiomp5_path):$(LIBRARY_PATH) ; \ - export INCLUDE_PATH=$(libiomp5_path)$(SLASH)..$(SLASH)..$(SLASH)common$(CLASH)include:$(INCLUDE_PATH) ; \ + export C_INCLUDE_PATH=$(libiomp5_path)$(SLASH)..$(SLASH)..$(SLASH)common$(SLASH)include:$(C_INCLUDE_PATH) ; \ export LD_LIBRARY_PATH=$(libiomp5_path):$(LD_LIBRARY_PATH) ; \ export DYLD_LIBRARY_PATH=$(libiomp5_path):$(DYLD_LIBRARY_PATH) ; \ cd $(omp_root)$(SLASH)..$(SLASH)testsuite ; \ |

