Lines 1-6
Link Here
|
1 |
--- ./src/bfort/Makefile.in.orig 2009-12-28 17:03:12.000000000 +0100 |
1 |
--- ./src/bfort/Makefile.in.orig 2009-12-28 17:03:12.000000000 +0100 |
2 |
+++ ./src/bfort/Makefile.in 2009-12-30 14:34:18.000000000 +0100 |
2 |
+++ ./src/bfort/Makefile.in 2009-12-30 14:34:18.000000000 +0100 |
3 |
@@ -4,14 +4,14 @@ |
3 |
@@ -4,15 +4,15 @@ |
4 |
include ../../Makerules |
4 |
include ../../Makerules |
5 |
top_srcdir=@top_srcdir@ |
5 |
top_srcdir=@top_srcdir@ |
6 |
srcdir=@srcdir@ |
6 |
srcdir=@srcdir@ |
Lines 12-19
Link Here
|
12 |
|
12 |
|
13 |
LIBS = ../../lib/libsowing.a |
13 |
LIBS = ../../lib/libsowing.a |
14 |
INCLUDES = -I${top_srcdir}/include -I../../include |
14 |
INCLUDES = -I${top_srcdir}/include -I../../include |
15 |
-DEFS = -DBASEDEF='"@datarootdir@/basedefs.txt"' |
15 |
-DEFS = -DBASEDEF='"@datarootdir@/bfort-base.txt"' \ |
16 |
+DEFS = -DBASEDEF='"@datadir@/basedefs.txt"' |
16 |
- -DBASEPATH='"@datarootdir@"' |
|
|
17 |
+DEFS = -DBASEDEF='"@datadir@/bfort-base.txt"' \ |
18 |
+ -DBASEPATH='"@datadir@"' |
17 |
PROGRAMS = bfort |
19 |
PROGRAMS = bfort |
18 |
|
20 |
|
19 |
bfort: bfort.o doc.o |
21 |
bfort: bfort.o doc.o |