From bdbe4b2d4116cea4e94a14d24dc2e559b10cb6e6 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Thu, 12 Jul 2007 00:58:39 +0000 Subject: [PATCH] Added -c command to the @INSTALL@. It doesn't matter unless the install command is config/install-sh. For the later, it changes mv to a cp command. --- ext/f2c_libs/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/f2c_libs/Makefile.in b/ext/f2c_libs/Makefile.in index 810c8eb36..3c6743556 100755 --- a/ext/f2c_libs/Makefile.in +++ b/ext/f2c_libs/Makefile.in @@ -100,7 +100,7 @@ endif $(F2C_H): f2c.h @INSTALL@ -d $(BUILDINCDIR) - @INSTALL@ f2c.h $(F2C_H) + @INSTALL@ -c f2c.h $(F2C_H) ### If your system lacks ranlib, you don't need it; see README.