Print this page
lib: move compat links from targetdirs to proper makefiles

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/yacc/amd64/Makefile
          +++ new/usr/src/cmd/sgs/yacc/amd64/Makefile
↓ open down ↓ 15 lines elided ↑ open up ↑
  16   16  # If applicable, add the following below this CDDL HEADER, with the
  17   17  # fields enclosed by brackets "[]" replaced with your own identifying
  18   18  # information: Portions Copyright [yyyy] [name of copyright owner]
  19   19  #
  20   20  # CDDL HEADER END
  21   21  #
  22   22  #
  23   23  # Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
  25   25  #
  26      -# ident "%Z%%M% %I%     %E% SMI"
  27      -#
  28   26  
  29   27  # This Makefile is only to produce 64-bit yacc shared library liby.so.1
  30   28  # and not for building 64-bit yacc itself.
  31   29  #
  32   30  include ../Makefile.com
  33   31  include ../../../../lib/Makefile.lib.64
  34   32  
  35   33  # no messaging files here
  36   34  POFILE=
  37   35  
  38   36  .KEEP_STATE:
  39   37  
  40   38  all_lib: $(LIBS)
  41   39  
  42      -install_lib: all_lib $(ROOTLIBS64) $(ROOTLINKS64)
       40 +install_lib: all_lib $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTCOMPATLINKS64)
  43   41  
  44   42  include ../Makefile.targ
  45   43  include ../../../Makefile.targ
  46   44  
  47   45  all:    FRC
  48   46  
  49   47  install:        FRC
  50   48  
  51   49  FRC:
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX