summaryrefslogtreecommitdiffstats
path: root/ipapython/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ipapython/Makefile')
-rw-r--r--ipapython/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipapython/Makefile b/ipapython/Makefile
index 201c5894d..d262439fd 100644
--- a/ipapython/Makefile
+++ b/ipapython/Makefile
@@ -1,8 +1,6 @@
PYTHON ?= /usr/bin/python2
PYTHONLIBDIR ?= $(shell $(PYTHON) -c "from distutils.sysconfig import *; print(get_python_lib())")
-SUBDIRS = ipap11helper
-
all:
@for subdir in $(SUBDIRS); do \
(cd $$subdir && $(MAKE) $@) || exit 1; \