Print this page
lib: move compat links from targetdirs to proper makefiles
@@ -20,11 +20,11 @@
#
#
# 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
@@ -49,6 +49,7 @@
$(COMPILE.c) -o $@ $(C_PICFLAGS) ../common/old_mp.c
$(PROCESS_COMMENT) $@
all: $(LIBS) $(OLIBRARY)
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLIBDIR)/$(OLIBRARY)
+install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLIBDIR)/$(OLIBRARY) \
+ $(ROOTCOMPATLINKS)