Print this page
5468 Missing dependencies in lib/Makefile

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/fm/fmd/Makefile.fmd
          +++ new/usr/src/cmd/fm/fmd/Makefile.fmd
↓ open down ↓ 12 lines elided ↑ open up ↑
  13   13  # When distributing Covered Code, include this CDDL HEADER in each
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
  22   22  # Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
       23 +# Copyright 2015 RackTop Systems.
  23   24  #
  24   25  
  25   26  .KEEP_STATE:
  26   27  
  27   28  SRCS += fmd.c \
  28   29          fmd_api.c \
  29   30          fmd_alloc.c \
  30   31          fmd_asru.c \
  31   32          fmd_buf.c \
  32   33          fmd_builtin.c \
↓ open down ↓ 120 lines elided ↑ open up ↑
 153  154  
 154  155  $(LOGADMDIR)/%.conf: ../common/%.conf
 155  156          $(INS.file)
 156  157  
 157  158  $(PROG): $(OBJS)
 158  159          $(LINK.c) $(OBJS) -o $@ $(LDLIBS)
 159  160          $(CTFMERGE) -L VERSION -o $@ $(OBJS)
 160  161          $(POST_PROCESS)
 161  162  
 162  163  $(DMOD): $(DMOD_OBJS)
 163      -        $(LINK.c) $(DMOD_OBJS) -o $@ -lc
      164 +        $(LINK.c) $(DMOD_OBJS) -o $@ $(LDLIBS) -lc
 164  165          $(POST_PROCESS)
 165  166  
 166  167  %.o: ../common/%.c
 167  168          $(COMPILE.c) $<
 168  169          $(CTFCONVERT_O)
 169  170  
 170  171  %.o: %.c
 171  172          $(COMPILE.c) $<
 172  173          $(CTFCONVERT_O)
 173  174  
↓ open down ↓ 82 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX