makefile: remove subdir dep from python-install
authorMarko Kreen <markokr@gmail.com>
Wed, 28 Dec 2011 10:51:39 +0000 (12:51 +0200)
committerMarko Kreen <markokr@gmail.com>
Wed, 28 Dec 2011 10:51:39 +0000 (12:51 +0200)
otherwise it wont work on machine without postgres

Makefile

index 22b47dc28f015dae8cb819790f1dffbf6cc2b926..f1457b5ec5f968b1f0d6c17610528321f0199ee5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ modules-install: config.mak
 
 SITEDIR = site-packages
 
-python-install: config.mak sub-all
+python-install: config.mak
        $(PYTHON) setup_pkgloader.py install --prefix=$(prefix) --root=$(DESTDIR)/ $(BROKEN_PYTHON)
        $(PYTHON) setup_skytools.py install --prefix=$(prefix) --root=$(DESTDIR)/ $(BROKEN_PYTHON)
        $(MAKE) -C doc DESTDIR=$(DESTDIR) install