From 3d2d74e5e876e10c207756fa9b3b7508a6a92f8a Mon Sep 17 00:00:00 2001 From: "Andrew M. B. Boktor" Date: Tue, 3 Jul 2012 21:50:47 -0800 Subject: Forgot to add the Makefile.makedepend rule in the opencl makefile [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13293] --- libopencl/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libopencl') diff --git a/libopencl/Makefile b/libopencl/Makefile index 5f6cc28..ae72115 100644 --- a/libopencl/Makefile +++ b/libopencl/Makefile @@ -97,7 +97,9 @@ all: lib$(PROG).a nvopencl_wrapper lib$(PROG).a: $(OBJS) ar rcs $(OUTPUT_DIR)/lib$(PROG).a $(OBJS) - + +Makefile.makedepend: depend + depend: touch Makefile.makedepend makedepend -fMakefile.makedepend -p$(OUTPUT_DIR)/ $(CXX_SRCS) 2> /dev/null -- cgit v1.3