changeset 1929:904bc213c51b draft

fix
author Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
date Fri, 31 Jan 2014 12:19:17 +0900
parents 58aa5452584c
children cad62ee741e2
files TaskManager/Makefile.cuda
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/TaskManager/Makefile.cuda	Fri Jan 31 11:25:35 2014 +0900
+++ b/TaskManager/Makefile.cuda	Fri Jan 31 12:19:17 2014 +0900
@@ -3,8 +3,6 @@
 CFLAGS += -DHAS_POSIX_MEMALIGN
 INCLUDE += -I/Developer/NVIDIA/CUDA-5.5/include
 
-VPATH = CUDA_PATH
-
 ifdef LINUX
 CFLAGS += -lrt
 endif