diff options
| author | Jimmy Kwa <[email protected]> | 2010-10-28 12:19:50 -0800 |
|---|---|---|
| committer | Jimmy Kwa <[email protected]> | 2010-10-28 12:19:50 -0800 |
| commit | d7809cae28dd28ac86555e53cb2d125656aa3ec0 (patch) | |
| tree | bbd599202a5a68e50e03b1fdab53225ac06a3e19 /decuda_to_ptxplus | |
| parent | 0586c55d7688f492d5264cb9299cf00ff73d3df7 (diff) | |
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]
Diffstat (limited to 'decuda_to_ptxplus')
| -rw-r--r-- | decuda_to_ptxplus/makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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 |
