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

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