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 mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/simulavr-devel
