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

@@ -37,11 +37,12 @@
 4DYNLIB =       libdl.so.1$(4VERS)
 ROOT4LIBDIR =   $(ROOT)/usr/4lib
 ROOT4LINKS =    $(ROOT4LIBDIR)/$(4DYNLIB)
 $(ROOT4LINKS):= LIBLINKPATH = ../../lib/
 
-install:        all $(ROOTLIBDIR) .WAIT $(ROOTLIBS) $(ROOTLINKS) $(ROOT4LINKS)
+install:        all $(ROOTLIBDIR) .WAIT $(ROOTLIBS) $(ROOTLINKS) \
+        $(ROOT4LINKS) $(ROOTCOMPATLINKS64)
 
 $(ROOT4LINKS):  $(ROOTFS_DYNLIB)
                 $(INS.liblink)
 
 include         $(SRC)/lib/Makefile.filter.targ