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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/yacc/sparcv9/Makefile
          +++ new/usr/src/cmd/sgs/yacc/sparcv9/Makefile
↓ open down ↓ 12 lines elided ↑ open up ↑
  13   13  #
  14   14  # When distributing Covered Code, include this CDDL HEADER in each
  15   15  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  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      -# ident "%Z%%M% %I%     %E% SMI"
  24      -#
  25   23  # Copyright (c) 1997 by Sun Microsystems, Inc.
  26   24  # All rights reserved.
  27   25  #
  28      -# cmd/sgs/yacc/sparcv9/Makefile
  29      -#
  30   26  
  31   27  # This Makefile is only to produce 64-bit yacc shared library liby.so.1
  32   28  # and not for building 64-bit yacc itself.
  33   29  #
  34   30  include ../Makefile.com
  35   31  include ../../../../lib/Makefile.lib.64
  36   32  
  37   33  # no messaging files here
  38   34  POFILE=
  39   35  
  40   36  .KEEP_STATE:
  41   37  
  42   38  all_lib: $(LIBS)
  43   39  
  44      -install_lib: all_lib $(ROOTLIBS64) $(ROOTLINKS64)
       40 +install_lib: all_lib $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTCOMPATLINKS64)
  45   41  
  46   42  include ../Makefile.targ
  47   43  include ../../../Makefile.targ
  48   44  
  49   45  all:    FRC
  50   46  
  51   47  install:        FRC
  52   48  
  53   49  FRC:
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX