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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/lex/sparcv9/Makefile
          +++ new/usr/src/cmd/sgs/lex/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/lex/sparcv9/Makefile
  29      -#
  30   26  
  31   27  # This Makefile is only to produce 64-bit lex shared library libl.so.1
  32   28  # and not for building 64-bit lex itself.
  33   29  #
  34   30  include ../Makefile.com
  35   31  include ../../../../lib/Makefile.lib.64
  36   32  
  37   33  .KEEP_STATE:
  38   34  
  39   35  all_lib: $(LIBS)
  40   36  
  41      -install_lib:        all_lib $(ROOTLIBS64) $(ROOTLINKS64)
       37 +install_lib:        all_lib $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTCOMPATLINKS64)
  42   38  
  43   39  include         ../Makefile.targ
  44   40  include         ../../../Makefile.targ
  45   41  
  46   42  all install:
  47   43  
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX