~ubuntu-branches/ubuntu/warty/libapache2-mod-python/warty-security

« back to all changes in this revision

Viewing changes to dist/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Thom May
  • Date: 2004-09-06 20:27:57 UTC
  • Revision ID: james.westby@ubuntu.com-20040906202757-zgwrt7nsczgjsvzs
Tags: 3.1.3-1ubuntu3
Recompile for new apache2

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
        if test -z "$(DESTDIR)" ; then \
37
37
                $(PYTHON_BIN) setup.py install --optimize 2 --force ; \
38
38
        else \
39
 
                $(PYTHON_BIN) setup.py install --optimize 2 --force --root $(DESTDIR) ; \
 
39
                $(PYTHON_BIN) setup.py install --force --root $(DESTDIR) --no-compile ; \
40
40
        fi
41
41
 
42
42
mod_python.so: