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

@@ -37,11 +37,11 @@
 
 .KEEP_STATE:
 
 all:            $(DYNLIB)
 
-install:        all $(ROOTFS_DYNLIB64) $(ROOTFS_LINKS64)
+install:        all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTCOMPATLINKS64)
 
 pics/plt32_resolution.o: ../i386/plt32_resolution.c
                 $(COMPILE.c) -D_ELF32 $(PICFLAGS) -o $@ \
                     ../i386/plt32_resolution.c
                 $(POST_PROCESS_O)