]> git.pld-linux.org Git - packages/opal.git/blob - opal-mak_files.patch
- up to 2.2.5
[packages/opal.git] / opal-mak_files.patch
1 --- opal-2.2.1/opal_inc.mak.in~ 2006-05-18 18:58:47.731454500 +0200
2 +++ opal-2.2.1/opal_inc.mak.in  2006-05-18 19:32:42.350611250 +0200
3 @@ -67,7 +67,9 @@
4  HAS_SANGOMA=@HAS_SANGOMA@
5  
6  
7 -OPALDIR=@OPALDIR@
8 +ifndef OPALDIR
9 +OPALDIR     = /usr
10 +endif
11  PWLIBDIR=@PWLIBDIR@
12  
13  LIBDIRS += $(OPALDIR)
14 @@ -114,6 +117,7 @@
15  
16  $(TARGET) :    $(OPAL_LIBDIR)/$(OPAL_FILE)
17  
18 +ifdef OPAL_BUILD
19  ifndef LIBRARY_MAKEFILE
20  
21  ifdef DEBUG
22 @@ -127,6 +131,7 @@
23  libs :: $(OPAL_LIBDIR)/$(OPAL_FILE)
24  
25  endif
26 +endif
27  
28  
29  # End of file
This page took 0.061864 seconds and 3 git commands to generate.