Print this page
lib: move compat links from targetdirs to proper makefiles
*** 27,34 ****
include ../Makefile.com
include $(SRC)/lib/Makefile.lib.64
DYNFLAGS += -F /usr/lib/$(MACH64)/ld.so.1
! install: all $(ROOTLIBDIR64) .WAIT $(ROOTLIBS64) $(ROOTLINKS64)
include $(SRC)/lib/Makefile.filter.targ
--- 27,35 ----
include ../Makefile.com
include $(SRC)/lib/Makefile.lib.64
DYNFLAGS += -F /usr/lib/$(MACH64)/ld.so.1
! install: all $(ROOTLIBDIR64) .WAIT $(ROOTLIBS64) $(ROOTLINKS64) \
! $(ROOTCOMPATLINKS64)
include $(SRC)/lib/Makefile.filter.targ