]> git.pld-linux.org Git - packages/BTF.git/blob - BTF-ufconfig.patch
- new
[packages/BTF.git] / BTF-ufconfig.patch
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  
7 -include ../UFconfig/UFconfig.mk
8 +include /usr/share/misc/UFconfig.mk
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  
18 -include ../../UFconfig/UFconfig.mk
19 +include /usr/share/misc/UFconfig.mk
20  
21  # for testing only:
22  # TEST = -DTESTING
23 @@ -11,7 +11,7 @@
24  
25  INC = ../Include/btf.h ../Include/btf_internal.h
26  
27 -I = -I../Include -I../../UFconfig
28 +I = -I../Include
29  
30  all: library
31  
This page took 0.065643 seconds and 4 git commands to generate.