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/nis/amd64/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/src/lib/nsswitch/nis/amd64') diff --git a/usr/src/lib/nsswitch/nis/amd64/Makefile b/usr/src/lib/nsswitch/nis/amd64/Makefile index 1334471b25..2f85b65f33 100644 --- a/usr/src/lib/nsswitch/nis/amd64/Makefile +++ b/usr/src/lib/nsswitch/nis/amd64/Makefile @@ -23,7 +23,7 @@ # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" + # include ../Makefile.com @@ -33,4 +33,4 @@ LIBS = $(DYNLIB1) include ../../Makefile.targ -install: all $(ROOT64DYNLIB) +install: all $(ROOT64DYNLIB) $(ROOTCOMPATLINKS64) -- cgit v1.2.3