From: bdemsky Date: Wed, 19 Nov 2008 09:11:14 +0000 (+0000) Subject: another build error X-Git-Tag: buildscript^7~23 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=caeb908b8ac959e24f5b8460ade2cbe08da4f91f;p=IRC.git another build error --- diff --git a/Robust/src/Benchmarks/Prefetch/MatrixMultiply/dsm/makefile b/Robust/src/Benchmarks/Prefetch/MatrixMultiply/dsm/makefile index 9a3a0a21..b558b49a 100644 --- a/Robust/src/Benchmarks/Prefetch/MatrixMultiply/dsm/makefile +++ b/Robust/src/Benchmarks/Prefetch/MatrixMultiply/dsm/makefile @@ -5,10 +5,10 @@ FLAGS=-dsm -dsmcaching -prefetch -optimize -excprefetch MatrixMultiply.main -exc FLAGS1=-dsm -optimize -dsmcaching -mainclass ${MAINCLASS} FLAGS2=-dsm -optimize -mainclass ${MAINCLASS} default: - ../../../buildscript ${FLAGS2} -o ${MAINCLASS}NPNC ${SRC1} - ../../../buildscript ${FLAGS} -o ${MAINCLASS}N ${SRC1} - ../../../buildscript ${FLAGS2} -o ${MAINCLASS}NPNC200 ${SRC2} - ../../../buildscript ${FLAGS} -o ${MAINCLASS}N200 ${SRC2} + ../../../../buildscript ${FLAGS2} -o ${MAINCLASS}NPNC ${SRC1} + ../../../../buildscript ${FLAGS} -o ${MAINCLASS}N ${SRC1} + ../../../../buildscript ${FLAGS2} -o ${MAINCLASS}NPNC200 ${SRC2} + ../../../../buildscript ${FLAGS} -o ${MAINCLASS}N200 ${SRC2} clean: rm -rf tmpbuilddirectory