diff options
Diffstat (limited to 'math/gretl/files/patch-share__bcih__Makefile.in')
-rw-r--r-- | math/gretl/files/patch-share__bcih__Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/gretl/files/patch-share__bcih__Makefile.in b/math/gretl/files/patch-share__bcih__Makefile.in new file mode 100644 index 000000000000..188de04e97d5 --- /dev/null +++ b/math/gretl/files/patch-share__bcih__Makefile.in @@ -0,0 +1,11 @@ +--- share/bcih/Makefile.in.orig 2011-08-21 15:13:15.000000000 -0400 ++++ share/bcih/Makefile.in 2011-10-18 21:24:45.000000000 -0400 +@@ -2,7 +2,7 @@ + + CC = @CC@ + HOSTCC = @HOSTCC@ +-INSTALL_DATA = cp -fp ++INSTALL_DATA = @INSTALL_DATA@ + swap_ends = @swap_ends@ + + ifeq ($(HOSTCC),) |