blob: 0dac22dc94f5ea0656b1e9a6c3a92775d991b919 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- python/Makefile.orig 2019-08-12 19:54:18 UTC
+++ python/Makefile
@@ -19,7 +19,7 @@ SUBDIRS = modules python
INSTALL_SUBDIRS = $(install_pythondir) $(install_libdir)
-install:: install-common
+install::
@for subdir in $(INSTALL_SUBDIRS); \
do \
if test ! -d $(DESTDIR)$$subdir ; \
|