[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Simulavr-devel] small fix for make install
From: |
Sebastian |
Subject: |
[Simulavr-devel] small fix for make install |
Date: |
Mon, 14 Jun 2010 20:40:27 +0200 |
Hi,
I got this error message from "make install":
------------------------
/usr/bin/install: will not overwrite just-created
`/usr/local/share/doc/simulavr/examples/python/README' with `README'
make[3]: *** [install-examplesDATA] Error 1
make[3]: Leaving directory
`/mnt/big/Downloads/src/simulavr/examples/python'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory
`/mnt/big/Downloads/src/simulavr/examples/python'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/mnt/big/Downloads/src/simulavr/examples'
make: *** [install-recursive] Error 1
------------------------
I fixed it in examples/python/Makefile by removing README from
EXTRA_DIST because it's already contained in DIST_COMMON.
Can someone fix it in the correct place (Makefile.in?), please?
Sebastian
- [Simulavr-devel] small fix for make install,
Sebastian <=