From 55903ecd9ec4544dcb02b09b46dd83a3e35808cd Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Tue, 21 May 2002 02:37:33 +0000 Subject: upgrade to 0.994 unbreak PR: 37687 Submitted by: Ports Fury --- math/gretl/files/patch-Makefile.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 math/gretl/files/patch-Makefile.in (limited to 'math/gretl/files/patch-Makefile.in') diff --git a/math/gretl/files/patch-Makefile.in b/math/gretl/files/patch-Makefile.in new file mode 100644 index 000000000000..18ccc2247eff --- /dev/null +++ b/math/gretl/files/patch-Makefile.in @@ -0,0 +1,14 @@ +--- Makefile.in.orig Tue Mar 12 02:54:07 2002 ++++ Makefile.in Thu May 2 01:42:34 2002 +@@ -22,8 +22,9 @@ + CC = gcc + endif + +-INSTALL_PROGRAM = ${INSTALL} -m 755 +-INSTALL_DATA = ${INSTALL} -m 644 ++INSTALL_PROGRAM = @INSTALL_PROGRAM@ ++INSTALL_SCRIPT = @INSTALL_SCRIPT@ ++INSTALL_DATA = @INSTALL_DATA@ + + export + -- cgit v1.2.3