Makefile: move mesabuild after build. Otherwise a simple invocation of make: `build' is up to date. will build mesa...

This commit is contained in:
Christopher Denter 2011-03-16 13:53:35 +01:00
parent fe504d7553
commit 6638f978f5
1 changed files with 3 additions and 3 deletions

View File

@ -2,12 +2,12 @@ PYTHON = python
CHECKSCRIPT = kivy/tools/pep8checker/pep8kivy.py
KIVY_DIR = kivy/
mesabuild:
$(PYTHON) setup.py build_ext --inplace --define __MESAGL__
build:
$(PYTHON) setup.py build_ext --inplace
mesabuild:
$(PYTHON) setup.py build_ext --inplace --define __MESAGL__
pdf:
$(MAKE) -C doc latex && make -C doc/build/latex all-pdf