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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/librtld_db/sparc/Makefile
          +++ new/usr/src/cmd/sgs/librtld_db/sparc/Makefile
↓ open down ↓ 27 lines elided ↑ open up ↑
  28   28  
  29   29  PLTOBJS =       plt32_resolution.o
  30   30  PLTSRCS =       plt32_resolution.c
  31   31  
  32   32  include         ../Makefile.com
  33   33  
  34   34  .KEEP_STATE:
  35   35  
  36   36  all:            $(DYNLIB)
  37   37  
  38      -install:        all $(ROOTFS_DYNLIB) $(ROOTFS_LINKS)
       38 +install:        all $(ROOTLIBS) $(ROOTLINKS) $(ROOTCOMPATLINKS)
  39   39  
  40   40  include         ../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX