Ticket #13901: patch-Makefile.dynamic.in.diff
File patch-Makefile.dynamic.in.diff, 487 bytes (added by blb@…, 17 years ago) |
---|
-
Makefile.dynamic.in
old new 118 118 # You may need to be root to do the install 119 119 #explicit use of sh to make sure we don't invoke csh with different "if" syntax 120 120 sh -c "if test -d $(srcdir)/htdocs >/dev/null ; then $(MAKE) install_docs ; fi" 121 sh < systemspecific122 121 #we don't always create a setup.py 123 122 -(cd pyhook ; if test -r setup.py ; then python setup.py install ; fi ) 124 123