Explorar o código

starpupy: Explicitly disable clean-local rule

make distclean goes into disabled directories as well
Samuel Thibault %!s(int64=4) %!d(string=hai) anos
pai
achega
8e9ab7edcd
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      starpupy/src/Makefile.am

+ 2 - 0
starpupy/src/Makefile.am

@@ -42,9 +42,11 @@ install:
 	fi
 	$(PYTHON) setup.py install
 
+if STARPU_BUILD_STARPUPY
 clean-local:
 	$(PYTHON) setup.py clean
 	rm -f starpu/*py starpu/*c
+endif
 
 distclean-local:
 	rm -rf build