direct-io.hg
changeset 967:a0a36d4ac8de
bitkeeper revision 1.621 (3fbd39630uwIiPL4FzOZLfg9bk_Qxg)
Makefile:
Use the handy install functionality of distutils to do the right thing.
Makefile:
Use the handy install functionality of distutils to do the right thing.
author | kaf24@scramble.cl.cam.ac.uk |
---|---|
date | Thu Nov 20 22:00:03 2003 +0000 (2003-11-20) |
parents | 0df367c20765 |
children | bc77f7e0e1ec |
files | tools/xc/py/Makefile |
line diff
1.1 --- a/tools/xc/py/Makefile Thu Nov 20 20:16:37 2003 +0000 1.2 +++ b/tools/xc/py/Makefile Thu Nov 20 22:00:03 2003 +0000 1.3 @@ -3,10 +3,7 @@ all: ../lib/libxc.a 1.4 python setup.py build 1.5 1.6 install: 1.7 - mkdir -p ../../../../install/lib/python 1.8 - for i in `find . -name 'Xc.so'` ; do \ 1.9 - cp $$i ../../../../install/lib/python/`basename $$i` ; \ 1.10 - done 1.11 + python setup.py install 1.12 1.13 clean: 1.14 rm -rf build