Print this page
lib: move compat links from targetdirs to proper makefiles
*** 18,34 ****
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
- # ident "%Z%%M% %I% %E% SMI"
- #
# Copyright (c) 1997 by Sun Microsystems, Inc.
# All rights reserved.
#
- # cmd/sgs/lex/sparcv9/Makefile
- #
# This Makefile is only to produce 64-bit lex shared library libl.so.1
# and not for building 64-bit lex itself.
#
include ../Makefile.com
--- 18,30 ----
*** 36,46 ****
.KEEP_STATE:
all_lib: $(LIBS)
! install_lib: all_lib $(ROOTLIBS64) $(ROOTLINKS64)
include ../Makefile.targ
include ../../../Makefile.targ
all install:
--- 32,42 ----
.KEEP_STATE:
all_lib: $(LIBS)
! install_lib: all_lib $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTCOMPATLINKS64)
include ../Makefile.targ
include ../../../Makefile.targ
all install: