diff options
Diffstat (limited to 'usr/src/lib/libmp/i386')
-rw-r--r-- | usr/src/lib/libmp/i386/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/lib/libmp/i386/Makefile b/usr/src/lib/libmp/i386/Makefile index 3c4312b6da..9df3e6be40 100644 --- a/usr/src/lib/libmp/i386/Makefile +++ b/usr/src/lib/libmp/i386/Makefile @@ -22,7 +22,7 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" + # OLIBRARY = libmp.so.1 @@ -51,4 +51,5 @@ pics/pics_mp.o: all: $(LIBS) $(OLIBRARY) -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLIBDIR)/$(OLIBRARY) +install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLIBDIR)/$(OLIBRARY) \ + $(ROOTCOMPATLINKS) |