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

*** 112,116 **** --- 112,123 ---- -$(RM) $(CLOBBERTARGFILES) clean: -$(RM) $(OBJS) -$(RM) $(PICS) $(DUPLICATE_SRC) $(LINTOUT) $(LINTLIB) $(CLEANFILES) + + $(ROOTCOMPATLINKS): + $(RM) $@; $(SYMLINK) $(COMPATLINKTARGET) $@ + + $(ROOTCOMPATLINKS64): + $(RM) $@; $(SYMLINK) $(COMPATLINKTARGET) $@ +