Print this page
lib: move compat links from targetdirs to proper makefiles
*** 37,47 ****
.KEEP_STATE:
all: $(DYNLIB)
! install: all $(ROOTFS_DYNLIB64) $(ROOTFS_LINKS64)
pics/plt32_resolution.o: ../sparc/plt32_resolution.c
$(COMPILE.c) -D_ELF32 $(PICFLAGS) -o $@ \
../sparc/plt32_resolution.c
$(POST_PROCESS_O)
--- 37,47 ----
.KEEP_STATE:
all: $(DYNLIB)
! install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTCOMPATLINKS64)
pics/plt32_resolution.o: ../sparc/plt32_resolution.c
$(COMPILE.c) -D_ELF32 $(PICFLAGS) -o $@ \
../sparc/plt32_resolution.c
$(POST_PROCESS_O)