summaryrefslogtreecommitdiff
path: root/math/gretl/files/patch-share::bcih::Makefile.in
blob: bb2fb399e1834d408dde54fdcd6fcdf79d965087 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- share/bcih/Makefile.in.orig	Sat Apr 26 04:32:37 2003
+++ share/bcih/Makefile.in	Sun May  4 03:16:24 2003
@@ -4,7 +4,10 @@
 INSTALL_DATA = cp -fp
 
 prefix = @prefix@
-gretldir = $(prefix)/share/gretl
+datadir = @datadir@
+gretldir = $(datadir)/gretl
+INSTALL_DATA = @INSTALL_DATA@
+
 VPATH = $(topsrc)/share/bcih
 
 bcih.bin: mkbin bcih.dat
@@ -21,4 +24,4 @@
 	rm -f mkbin bcih.bin
 
 distclean: clean
-	rm -f Makefile
\ No newline at end of file
+	rm -f Makefile