From 5c3ec60faeb7a3c4ad9372c99114d7bb922fda8d Mon Sep 17 00:00:00 2001 From: Rutwik Choughule Date: Mon, 3 May 2021 14:17:55 +0530 Subject: [PATCH] correction in include path --- Samples/streamOrderedAllocationIPC/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Samples/streamOrderedAllocationIPC/Makefile b/Samples/streamOrderedAllocationIPC/Makefile index 910b6064..fa769113 100644 --- a/Samples/streamOrderedAllocationIPC/Makefile +++ b/Samples/streamOrderedAllocationIPC/Makefile @@ -402,7 +402,7 @@ else @echo "Sample is ready - all dependencies have been met" endif -helper_multiprocess.o:../../common/src/helper_multiprocess.cpp +helper_multiprocess.o:../../Common/helper_multiprocess.cpp $(EXEC) $(NVCC) $(INCLUDES) $(ALL_CCFLAGS) $(GENCODE_FLAGS) -o $@ -c $< streamOrderedAllocationIPC.o:streamOrderedAllocationIPC.cu