From c1cb775e7ce3104d7b25d5de2e7a59a0bd7a8f33 Mon Sep 17 00:00:00 2001 From: Evgeny Date: Thu, 5 Apr 2018 18:45:20 -0500 Subject: [PATCH] make clean fix [ROCm/rocprofiler commit: f5d6d78a2122ace5c6c9c20f548b3749d224dbab] --- projects/rocprofiler/test/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler/test/run.sh b/projects/rocprofiler/test/run.sh index b7a413ee7f..d03338c5a4 100755 --- a/projects/rocprofiler/test/run.sh +++ b/projects/rocprofiler/test/run.sh @@ -24,7 +24,7 @@ export ROCP_INPUT=input.xml export ROCP_OUTPUT_DIR=./RESULTS if [ ! -e $ROCP_TOOL_LIB ] ; then - ln -s test/$ROCP_TOOL_LIB + export ROCP_TOOL_LIB=test/libtool.so fi if [ -n "$1" ] ; then