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/i386/Makefile
          +++ new/usr/src/cmd/sgs/librtld_db/i386/Makefile
↓ open down ↓ 29 lines elided ↑ open up ↑
  30   30  PLTSRCS =       plt32_resolution.c
  31   31  
  32   32  include         ../Makefile.com
  33   33  
  34   34  SGSMSGTARG +=   $(SGSMSGINTEL)
  35   35  
  36   36  .KEEP_STATE:
  37   37  
  38   38  all:            $(DYNLIB)
  39   39  
  40      -install:        all $(ROOTFS_DYNLIB) $(ROOTFS_LINKS)
       40 +install:        all $(ROOTLIBS) $(ROOTLINKS) $(ROOTCOMPATLINKS)
  41   41  
  42   42  include         ../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX