summaryrefslogtreecommitdiff
path: root/usr/src/lib/libumem/Makefile.targ
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libumem/Makefile.targ')
-rw-r--r--usr/src/lib/libumem/Makefile.targ4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/libumem/Makefile.targ b/usr/src/lib/libumem/Makefile.targ
index 380d00ad0e..1e5cad3062 100644
--- a/usr/src/lib/libumem/Makefile.targ
+++ b/usr/src/lib/libumem/Makefile.targ
@@ -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"
@@ -51,7 +51,7 @@ $(TYPES:%=lint.%):
@CURTYPE=$(@:lint.%=%) $(MAKE) lintcheck
$(STANDLIBRARY): $(OBJS) $(LINKTEST_OBJ)
- $(LD) -Breduce -zdefs $(LDFLAGS) -o $@.linktest $(OBJS) $(LINKTEST_OBJ)
+ $(LD) $(BREDUCE) $(ZDEFS) $(LDFLAGS) -o $@.linktest $(OBJS) $(LINKTEST_OBJ)
rm $@.linktest
$(LD) $(LDFLAGS) -o $@ $(OBJS)