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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libeti/form/amd64/Makefile
          +++ new/usr/src/lib/libeti/form/amd64/Makefile
↓ open down ↓ 21 lines elided ↑ open up ↑
  22   22  # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
  23   23  #
  24   24  
  25   25  include ../Makefile.com
  26   26  include ../../../Makefile.lib.64
  27   27  
  28   28  DYNFLAGS += $(DYNFLAGS64)
  29   29  
  30   30  .KEEP_STATE:
  31   31  
  32      -install: all $(ROOTLIBS64) $(ROOTLINKS64)
       32 +install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTCOMPATLINKS64)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX