From 2aa3f68ab9d2d794ebceabc0460ff0e9d6450bf3 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Fri, 13 Jul 2007 15:19:33 +0000 Subject: [PATCH] Fixed an install command, so that it only does one file at a time. --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 916a27e82..9f29c7e3e 100755 --- a/Makefile.in +++ b/Makefile.in @@ -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