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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/yacc/i386/Makefile
          +++ new/usr/src/cmd/sgs/yacc/i386/Makefile
↓ open down ↓ 32 lines elided ↑ open up ↑
  33   33  .KEEP_STATE:
  34   34  
  35   35  all:            $(PROG)
  36   36  
  37   37  all_lib:        $(LIBS)
  38   38  
  39   39  install:        all $(ROOTPROG) $(ROOTYACCPAR) $(ROOTCCSBINLINK)
  40   40                  $(RM) $(ROOTCCSBIN)/yaccpar
  41   41                  $(SYMLINK) ../../share/lib/ccs/yaccpar $(ROOTCCSBIN)/yaccpar
  42   42  
  43      -install_lib:    all_lib $(ROOTLIBS) $(ROOTLINKS) $(DYNLINKLIB)
       43 +install_lib:    all_lib $(ROOTLIBS) $(ROOTLINKS) $(DYNLINKLIB) $(ROOTCOMPATLINKS)
  44   44  
  45   45  include         ../Makefile.targ
  46   46  include         ../../../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX