From d7809cae28dd28ac86555e53cb2d125656aa3ec0 Mon Sep 17 00:00:00 2001 From: Jimmy Kwa Date: Thu, 28 Oct 2010 12:19:50 -0800 Subject: fixed decuda_to_ptxplus's makefile after being moved into distribution. Moved getDecuda into distribution as well. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7943] --- decuda_to_ptxplus/makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'decuda_to_ptxplus/makefile') diff --git a/decuda_to_ptxplus/makefile b/decuda_to_ptxplus/makefile index cc0a37e..9f86fe5 100644 --- a/decuda_to_ptxplus/makefile +++ b/decuda_to_ptxplus/makefile @@ -45,11 +45,11 @@ headerParser.o : headerParser.cpp stringList.h decudaInst.h decudaInstList.h decuda_to_ptxplus.o : decuda_to_ptxplus.cc decudaInstList.h g++ ${FLAGS} -c -odecuda_to_ptxplus.o decuda_to_ptxplus.cc -lex.ptx_.c : ../distribution/src/cuda-sim/ptx.l - flex ../distribution/src/cuda-sim/ptx.l +lex.ptx_.c : ../src/cuda-sim/ptx.l + flex ../src/cuda-sim/ptx.l -ptx.tab.c : ../distribution/src/cuda-sim/ptx.y - bison --name-prefix=ptx_ -v -d ../distribution/src/cuda-sim/ptx.y +ptx.tab.c : ../src/cuda-sim/ptx.y + bison --name-prefix=ptx_ -v -d ../src/cuda-sim/ptx.y ptx.tab.h : ptx.tab.c -- cgit v1.3