From 513bd8086676ce3b3e03b4cfb7788c8908ce2c54 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Wed, 28 Dec 2011 12:51:39 +0200 Subject: [PATCH] makefile: remove subdir dep from python-install otherwise it wont work on machine without postgres --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 22b47dc2..f1457b5e 100644 --- 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 -- 2.39.5