blob: 374952314b6c203291c6d5f9e4dd1bf4886bf44c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- src/bfort/Makefile.in.orig 2014-11-30 15:59:58 UTC
+++ src/bfort/Makefile.in
@@ -4,15 +4,15 @@ SHELL = /bin/sh
include ../../Makerules
top_srcdir=@top_srcdir@
srcdir=@srcdir@
-datarootdir = @datarootdir@
+datadir = @datadir@
@VPATH@
INCLUDES = -I${top_srcdir}/include
LIBS = ../../lib/libsowing.a
INCLUDES = -I${top_srcdir}/include -I../../include
-DEFS = -DBASEDEF='"@datarootdir@/bfort-base.txt"' \
- -DBASEPATH='"@datarootdir@"'
+DEFS = -DBASEDEF='"@datadir@/bfort-base.txt"' \
+ -DBASEPATH='"@datadir@"'
PROGRAMS = bfort
bfort: bfort.o doc.o
|