]> git.pld-linux.org Git - packages/BTF.git/blame - BTF-ufconfig.patch
- release 2
[packages/BTF.git] / BTF-ufconfig.patch
CommitLineData
ffd1f86b
JB
1--- BTF/Makefile.orig 2011-12-08 21:00:31.000000000 +0100
2+++ BTF/Makefile 2012-01-09 19:06:48.286671996 +0100
3@@ -6,7 +6,7 @@
4
5 default: library
6
56c97f87
JB
7-include ../SuiteSparse_config/SuiteSparse_config.mk
8+include /usr/share/misc/SuiteSparse_config.mk
ffd1f86b
JB
9
10 library:
11 ( cd Lib ; $(MAKE) )
12--- BTF/Lib/Makefile.orig 2011-12-08 18:36:11.000000000 +0100
13+++ BTF/Lib/Makefile 2012-01-09 19:34:01.893393361 +0100
14@@ -2,7 +2,7 @@
15
16 ccode: all
17
56c97f87
JB
18-include ../../SuiteSparse_config/SuiteSparse_config.mk
19+include /usr/share/misc/SuiteSparse_config.mk
ffd1f86b
JB
20
21 # for testing only:
22 # TEST = -DTESTING
23@@ -11,7 +11,7 @@
24
25 INC = ../Include/btf.h ../Include/btf_internal.h
26
56c97f87 27-I = -I../Include -I../../SuiteSparse_config
ffd1f86b
JB
28+I = -I../Include
29
30 all: library
31
This page took 0.072033 seconds and 4 git commands to generate.