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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libm/sparc/Makefile
          +++ new/usr/src/lib/libm/sparc/Makefile
↓ open down ↓ 10 lines elided ↑ open up ↑
  11   11  
  12   12  #
  13   13  # Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
  14   14  #
  15   15  
  16   16  TARGET_ARCH= sparc
  17   17  include ../Makefile.com
  18   18  
  19   19  CHIP            = ultra
  20   20  
  21      -install:        all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
       21 +install:        all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) $(ROOTCOMPATLINKS)
  22   22  
  23   23  include ../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX