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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/yacc/Makefile.targ
          +++ new/usr/src/cmd/sgs/yacc/Makefile.targ
↓ open down ↓ 71 lines elided ↑ open up ↑
  72   72          $(BUILDCCC.SO)
  73   73          $(POST_PROCESS_SO)
  74   74  
  75   75  objs/%.o pics/%.o:      ../common/%.c
  76   76          $(COMPILE.c) -o $@ $<
  77   77          $(POST_PROCESS_O)
  78   78  
  79   79  $(DYNLINKLIBDIR)/%: %$(VERS)
  80   80          $(INS.liblink)
  81   81  
       82 +$(ROOTCOMPATLINKS):
       83 +        $(RM) $@; $(SYMLINK) $(COMPATLINKTARGET) $@
       84 +
  82   85  clean:
  83   86                  $(RM) $(POBJS) $(OBJS) $(PICS) $(CLEANFILES)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX