diff options
Diffstat (limited to 'usr/src/lib/Makefile.lib')
| -rw-r--r-- | usr/src/lib/Makefile.lib | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/usr/src/lib/Makefile.lib b/usr/src/lib/Makefile.lib index f68c2e21e2..2c2954c356 100644 --- a/usr/src/lib/Makefile.lib +++ b/usr/src/lib/Makefile.lib @@ -19,7 +19,7 @@ # CDDL HEADER END # # -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # ident "%Z%%M% %I% %E% SMI" @@ -37,13 +37,6 @@ LORDER= lorder TSORT= tsort AWK= awk -MAPFILE-FLTR= $(SRC)/lib/common/mapfile-filter - -NX_MAP_i386= $(SRC)/cmd/mapfile_noexdata -NX_MAP_sparc= - -NX_MAP= $(NX_MAP_$(MACH)) - # # By default, we define the source directory for libraries to be # one level up from the ISA-specific directory, where the code is @@ -169,7 +162,7 @@ SONAME= $(DYNLIB) HSONAME= -h$(SONAME) DYNFLAGS= $(HSONAME) $(ZTEXT) $(ZDEFS) $(ZCOMBRELOC) \ - $(MAPFILES:%=-M%) $(PGA_MAPFILE:%=-M%) $(NX_MAP:%=-M%) + $(MAPFILES:%=-M%) $(MAPFILE.PGA:%=-M%) $(MAPFILE.NED:%=-M%) LDLIBS= $(LDLIBS.lib) @@ -243,7 +236,7 @@ HSONAMECCC= -h $(SONAMECCC) # Keep in sync with the standard DYNFLAGS # $(DYNLIBCCC):= DYNFLAGS = $(HSONAMECCC) $(ZTEXT) $(ZDEFS) $(ZCOMBRELOC) \ - $(MAPFILES:%=-M%) $(PGA_MAPFILE:%=-M%) $(NX_MAP:%=-M%) \ + $(MAPFILES:%=-M%) $(MAPFILE.PGA:%=-M%) $(MAPFILE.NED:%=-M%) \ $(NORUNPATH) |
