From cd61ae21816e53b94bc1673f3f1aa651fc3115e8 Mon Sep 17 00:00:00 2001 From: Richard Lowe Date: Thu, 4 Jul 2019 01:48:24 +0000 Subject: 12447 should install library compat symlinks from library makefiles, not Targetdirs Reviewed by: Gordon Ross Reviewed by: Robert Mustacchi Approved by: Dan McDonald --- usr/src/lib/nsswitch/compat/sparc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/src/lib/nsswitch/compat/sparc') diff --git a/usr/src/lib/nsswitch/compat/sparc/Makefile b/usr/src/lib/nsswitch/compat/sparc/Makefile index bf84dac75a..9b36f0b9be 100644 --- a/usr/src/lib/nsswitch/compat/sparc/Makefile +++ b/usr/src/lib/nsswitch/compat/sparc/Makefile @@ -23,7 +23,7 @@ # Copyright 1993,2001-2003 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" + # # lib/nsswitch/compat/sparc/Makefile @@ -33,4 +33,4 @@ LIBS = $(DYNLIB1) include ../../Makefile.targ -install: all $(ROOTLIBS) +install: all $(ROOTLIBS) $(ROOTCOMPATLINKS) -- cgit v1.2.3