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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/yacc/sparc/Makefile
          +++ new/usr/src/cmd/sgs/yacc/sparc/Makefile
↓ open down ↓ 30 lines elided ↑ open up ↑
  31   31  include         ../Makefile.com
  32   32  
  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  
  41      -install_lib:    all_lib $(ROOTLIBS) $(ROOTLINKS) $(DYNLINKLIB)
       41 +install_lib:    all_lib $(ROOTLIBS) $(ROOTLINKS) $(DYNLINKLIB) $(ROOTCOMPATLINKS)
  42   42                  $(RM) $(ROOTCCSBIN)/yaccpar
  43   43                  $(SYMLINK) ../../share/lib/ccs/yaccpar $(ROOTCCSBIN)/yaccpar
  44   44  
  45   45  include         ../Makefile.targ
  46   46  include         ../../../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX