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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libproc/sparcv9/Makefile
          +++ new/usr/src/lib/libproc/sparcv9/Makefile
↓ open down ↓ 23 lines elided ↑ open up ↑
  24   24  #
  25   25  
  26   26  # This is a 64-bit build, and as such needs 64-bit ELF support
  27   27  CMNOBJS64 =     Psymtab_machelf64.o
  28   28  
  29   29  include ../Makefile.com
  30   30  include ../../Makefile.lib.64
  31   31  
  32   32  CPPFLAGS += -D_SYSCALL32
  33   33  
  34      -install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64)
       34 +install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64) $(ROOTCOMPATLINKS64)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX