Ticket #13901: patch-Makefile.dynamic.in.diff

File patch-Makefile.dynamic.in.diff, 487 bytes (added by blb@…, 17 years ago)

files/patch-Makefile.dynamic.in.diff

  • Makefile.dynamic.in

    old new  
    118118# You may need to be root to do the install
    119119#explicit use of sh to make sure we don't invoke csh with different "if" syntax
    120120        sh -c "if test -d $(srcdir)/htdocs >/dev/null ; then $(MAKE) install_docs ; fi"
    121         sh < systemspecific
    122121#we don't always create a setup.py
    123122        -(cd pyhook ; if test -r setup.py ; then python setup.py install ; fi )
    124123