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

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