From 043791634414119a1708390b442ae201fe0d930c Mon Sep 17 00:00:00 2001 From: Tor Aamodt Date: Fri, 16 Jul 2010 07:47:55 -0800 Subject: detect changes to .l and .y files [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 6834] --- src/cuda-sim/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/cuda-sim/Makefile b/src/cuda-sim/Makefile index c0d245d..c03cb0e 100644 --- a/src/cuda-sim/Makefile +++ b/src/cuda-sim/Makefile @@ -112,16 +112,16 @@ ptxinfo.tab.o: ptxinfo.tab.c lex.ptxinfo_.o: lex.ptxinfo_.c $(CC) -c $(OPT) lex.ptxinfo_.c -ptx.tab.c: +ptx.tab.c: ptx.y bison --name-prefix=ptx_ -v -d ptx.y -ptxinfo.tab.c: +ptxinfo.tab.c: ptxinfo.y bison --name-prefix=ptxinfo_ -v -d ptxinfo.y -lex.ptx_.c: +lex.ptx_.c: ptx.l flex ptx.l -lex.ptxinfo_.c: +lex.ptxinfo_.c: ptxinfo.l flex ptxinfo.l clean: -- cgit v1.3