diff options
| author | John Levon <john.levon@joyent.com> | 2020-02-17 03:17:05 -0800 |
|---|---|---|
| committer | John Levon <john.levon@joyent.com> | 2020-02-18 09:45:36 -0800 |
| commit | f365545469641697196ce86d635cfe5f3fe68d27 (patch) | |
| tree | 75decb127cfd14d381f3a73f95bbf498da3b65bd /usr/src/cmd/picl | |
| parent | 3e3015ce0eb82be8ac17954eba80f3f24204fcbd (diff) | |
| download | illumos-joyent-f365545469641697196ce86d635cfe5f3fe68d27.tar.gz | |
12312 fix unused lib dependencies
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/cmd/picl')
| -rw-r--r-- | usr/src/cmd/picl/plugins/common/memcfg/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/usr/src/cmd/picl/plugins/common/memcfg/Makefile b/usr/src/cmd/picl/plugins/common/memcfg/Makefile index 481c7bd220..d1d28fadb3 100644 --- a/usr/src/cmd/picl/plugins/common/memcfg/Makefile +++ b/usr/src/cmd/picl/plugins/common/memcfg/Makefile @@ -23,7 +23,7 @@ # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# cmd/picl/plugins/common/memcfg/Makefile +# Copyright 2020 Joyent, Inc. # LIBRARY= libpiclmemcfg.a VERS= .1 @@ -46,13 +46,7 @@ CLEANFILES= $(LINTOUT) $(LINTLIB) CPPFLAGS += -I$(SRC)/uts/sun4u/sys -I$(SRC)/cmd/picl/plugins/common/memcfg CFLAGS += $(CCVERBOSE) $(C_PICFLAGS) -LDLIBS += -L$(SRC)/lib/libpicltree/$(MACH) -LDLIBS += -L../devtree -LDLIBS += -L$(ROOT)/usr/lib/picl/plugins -LDLIBS += -lc -lpicltree -lpicldevtree -lnvpair -$(SPARC_BLD)LDLIBS += -R/usr/platform/\$$PLATFORM/lib/picl/plugins \ - -R/usr/platform/sun4u/lib/picl/plugins -LDLIBS += -R/usr/lib/picl/plugins +LDLIBS += -lc -lpicltree -lnvpair CLOBBERFILES += $(LIBLINKS) |
