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

*** 20,30 **** # # # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # ident "%Z%%M% %I% %E% SMI" # OLIBRARY = libmp.so.1 include ../Makefile.com --- 20,30 ---- # # # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # OLIBRARY = libmp.so.1 include ../Makefile.com
*** 49,54 **** $(COMPILE.c) -o $@ $(C_PICFLAGS) ../common/old_mp.c $(PROCESS_COMMENT) $@ all: $(LIBS) $(OLIBRARY) ! install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLIBDIR)/$(OLIBRARY) --- 49,55 ---- $(COMPILE.c) -o $@ $(C_PICFLAGS) ../common/old_mp.c $(PROCESS_COMMENT) $@ all: $(LIBS) $(OLIBRARY) ! install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLIBDIR)/$(OLIBRARY) \ ! $(ROOTCOMPATLINKS)