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/libresolv2/amd64/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/src/lib/libresolv2/amd64') diff --git a/usr/src/lib/libresolv2/amd64/Makefile b/usr/src/lib/libresolv2/amd64/Makefile index 2e8cdecf75..6782495649 100644 --- a/usr/src/lib/libresolv2/amd64/Makefile +++ b/usr/src/lib/libresolv2/amd64/Makefile @@ -22,10 +22,10 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" + # include ../Makefile.com include ../../Makefile.lib.64 -install: all $(ROOTLIBS64) $(ROOTLINKS64) +install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTCOMPATLINKS64) -- cgit v1.2.3