projects
/
skytools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62929f7
)
makefile: remove subdir dep from python-install
author
Marko Kreen
<markokr@gmail.com>
Wed, 28 Dec 2011 10:51:39 +0000
(12:51 +0200)
committer
Marko Kreen
<markokr@gmail.com>
Wed, 28 Dec 2011 10:51:39 +0000
(12:51 +0200)
otherwise it wont work on machine without postgres
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/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