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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libc_db/sparcv9/Makefile
          +++ new/usr/src/lib/libc_db/sparcv9/Makefile
↓ open down ↓ 25 lines elided ↑ open up ↑
  26   26  
  27   27  CRTSRCS= ../../crt/sparc
  28   28  
  29   29  include ../Makefile.com
  30   30  include ../../Makefile.lib.64
  31   31  
  32   32  CPPFLAGS += -D_SYSCALL32
  33   33  
  34   34  BUILD.SO= $(LD) -o $@ -G $(DYNFLAGS) $(PICS) $(LDLIBS)
  35   35  
  36      -install: all $(ROOTLIBDIR64) .WAIT $(ROOTLIBS64) $(ROOTLINKS64)
       36 +install: all $(ROOTLIBDIR64) .WAIT $(ROOTLIBS64) $(ROOTLINKS64) \
       37 +        $(ROOTCOMPATLINKS64)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX