summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2014-10-01 13:56:26 +0200
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2014-10-01 14:19:15 +0200
commitab6dd14eb025c9c260b63ca4014a04b2d81f4fcf (patch)
treecfdb1e48ef359ce6d0df4e4b06ed34e4b99d1bf8
parent4de904515d911b272e5b5db034df33f761208ee2 (diff)
downloadastra-ab6dd14eb025c9c260b63ca4014a04b2d81f4fcf.tar.gz
astra-ab6dd14eb025c9c260b63ca4014a04b2d81f4fcf.tar.bz2
astra-ab6dd14eb025c9c260b63ca4014a04b2d81f4fcf.tar.xz
astra-ab6dd14eb025c9c260b63ca4014a04b2d81f4fcf.zip
Add missing dirs to 'make clean'
-rw-r--r--build/linux/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/linux/Makefile.in b/build/linux/Makefile.in
index a6431e6..42cc9fc 100644
--- a/build/linux/Makefile.in
+++ b/build/linux/Makefile.in
@@ -211,7 +211,7 @@ MATLAB_MEX=\
OBJECT_DIRS = src/ tests/ cuda/2d/ cuda/3d/ matlab/mex/ ./
DEPDIRS = $(addsuffix $(DEPDIR),$(OBJECT_DIRS))
-include $(wildcard $(addsuffix /*.d,$(DEPDIRS)))
-LIBDIRS = $(addsuffix .libs,./ src/ cuda/2d/old/ cuda/2d)
+LIBDIRS = $(addsuffix .libs,./ src/ cuda/2d/ cuda/3d/)
ifeq ($(matlab),yes)