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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/librtld/i386/Makefile
          +++ new/usr/src/cmd/sgs/librtld/i386/Makefile
↓ open down ↓ 24 lines elided ↑ open up ↑
  25   25  #
  26   26  
  27   27  include         $(SRC)/cmd/sgs/librtld/Makefile.com
  28   28  
  29   29  CPPFLAGS +=     -I../../../../uts/intel/ia32/krtld
  30   30  
  31   31  .KEEP_STATE:
  32   32  
  33   33  all:            $(DYNLIB) $(LIBLINKS)
  34   34  
  35      -install:        all $(ROOTFS_DYNLIB)
       35 +install:        all $(ROOTLIBS) $(ROOTCOMPATLINKS)
  36   36  
  37   37  include         $(SRC)/cmd/sgs/librtld/Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX