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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libm1/amd64/Makefile
          +++ new/usr/src/lib/libm1/amd64/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=    amd64
  17   17  
  18   18  include ../Makefile.com
  19   19  include $(SRC)/lib/Makefile.lib.64
  20   20  
  21      -install: all $(ROOTLIBS64)
       21 +install: all $(ROOTLIBS64) $(ROOTCOMPATLINKS64)
  22   22  
  23   23  include $(SRC)/lib/Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX