From 19105494e178721b40f11952af6d6739162eedac Mon Sep 17 00:00:00 2001 From: Evghenii Gaburov Date: Tue, 24 Feb 2015 12:49:35 +0100 Subject: [PATCH] added GPUTargets.h dependency in Makefile --- ptxtools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ptxtools/Makefile b/ptxtools/Makefile index 46ba73cf..08bf72d1 100644 --- a/ptxtools/Makefile +++ b/ptxtools/Makefile @@ -77,5 +77,5 @@ ptxgen: ptxgen.cpp clean: /bin/rm -f ptxgen ptxcc $(OBJ) ptxgrammar.hh ptxgrammar.cc ptx.cc ptxgrammar.output -$(OBJ): ptxgrammar.cc ptx.cc PTXParser.h PTXLexer.h +$(OBJ): ptxgrammar.cc ptx.cc PTXParser.h PTXLexer.h GPUTargets.h