[Debian-astro-commits] [gyoto] 178/221: small tweaks in Python build-system

Thibaut Jean-Claude Paumard thibaut at moszumanska.debian.org
Fri May 22 20:52:44 UTC 2015


This is an automated email from the git hooks/post-receive script.

thibaut pushed a commit to branch master
in repository gyoto.

commit 1c495fdf30f3cd973b86d8bf58c8c36feb520a88
Author: Thibaut Paumard <paumard at users.sourceforge.net>
Date:   Wed Jan 7 14:47:54 2015 +0100

    small tweaks in Python build-system
---
 python/Makefile.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/Makefile.in b/python/Makefile.in
index baf499f..6992436 100644
--- a/python/Makefile.in
+++ b/python/Makefile.in
@@ -120,7 +120,7 @@ gyoto.py gyoto_wrap.cxx: gyoto.i header.py gyoto_doc.i
 gyoto_std.py gyoto_std_wrap.cxx: gyoto_std.i gyoto.i
 	$(SWIG) -I$(srcdir)/../include -c++ -python  $(srcdir)/gyoto_std.i
 
-gyoto_lorene.py gyoto_lorene_wrap.cxx: gyoto_std.i gyoto.i
+gyoto_lorene.py gyoto_lorene_wrap.cxx: gyoto_lorene.i gyoto.i
 	$(SWIG) -I$(srcdir)/../include -c++ -python  $(srcdir)/gyoto_lorene.i
 
 .PHONY: all install uninstall distclean info install-html html install-pdf pdf install-dvi dvi install-ps ps clean dist check installdirs
@@ -129,7 +129,7 @@ gyoto_lorene.py gyoto_lorene_wrap.cxx: gyoto_std.i gyoto.i
 # Since installing to a virtualenv is all the rage these days, support it here. If the VIRTUALENV
 # variable is set to anything other than "no", set up a new virtualenv and install there, otherwise
 # install as usual from setup.py
-install: installdirs
+install: all installdirs
 ifneq ($(VIRTUALENV),no)
 	$(VIRTUALENV) $(VIRTUALENV_FLAGS) $(DESTDIR)$(prefix) || $(VIRTUALENV) $(DESTDIR)$(prefix)
 	$(DESTDIR)$(prefix)/bin/python $(srcdir)/setup.py install --prefix=$(DESTDIR)$(prefix)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/gyoto.git



More information about the Debian-astro-commits mailing list