Fixed an install command, so that it only does one file at a time.

This commit is contained in:
Harry Moffat 2007-07-13 15:19:33 +00:00
parent a78510bbc0
commit 2aa3f68ab9

View file

@ -220,7 +220,8 @@ ifeq ($(compact_install),0)
ln -s @ct_datadir@ @prefix@/cantera/data
ln -s @ct_templdir@ @prefix@/cantera/templates
ln -s @ct_tutdir@ @prefix@/cantera/tutorials
@INSTALL@ -c License.* @prefix@/cantera
@INSTALL@ -c License.rtf @prefix@/cantera
@INSTALL@ -c License.txt @prefix@/cantera
endif
ifneq ($(build_python),0)
@INSTALL@ -c tools/src/finish_install.py tools/bin