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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/storage/libg_fc/sparcv9/Makefile
          +++ new/usr/src/lib/storage/libg_fc/sparcv9/Makefile
↓ open down ↓ 19 lines elided ↑ open up ↑
  20   20  #
  21   21  #
  22   22  # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  
  25   25  include ../Makefile.com
  26   26  include ../../../Makefile.lib.64
  27   27  
  28   28  .KEEP_STATE:
  29   29  
  30      -all: $(LIBS) 
       30 +all: $(LIBS)
  31   31  
  32      -install: all $(ROOTLIBS64) $(ROOTLINKS64)
       32 +install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTCOMPATLINKS64)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX