aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/omniorb/files/omniORB-cross.patch
blob: 3206af2b7a277eb3a858a9232d182374455a7f69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
*** omniORB-4.0.5/mk/beforeauto.mk.in   2004-10-17 20:44:56.000000000 -0400
--- omniORB-4.0.5.new/mk/beforeauto.mk.in       2005-03-21 12:33:05.756947025 -0500
***************
*** 48,59 ****
  #
  # Tool bindir to use depends on make target
  #
  ifeq ($(MAKECMDGOALS),install)
    TOOLBINDIR = $(INSTALLBINDIR)
  else
    TOOLBINDIR = $(TOP)/$(BINDIR)
  endif
!

  #############################################################################
  #
--- 48,60 ----
  #
  # Tool bindir to use depends on make target
  #
+ ifndef TOOLBINDIR
  ifeq ($(MAKECMDGOALS),install)
    TOOLBINDIR = $(INSTALLBINDIR)
  else
    TOOLBINDIR = $(TOP)/$(BINDIR)
  endif
! endif

  #############################################################################
  #