diff options
author | Edward Pilatowicz <Edward.Pilatowicz@Sun.COM> | 2009-03-19 21:21:31 -0700 |
---|---|---|
committer | Edward Pilatowicz <Edward.Pilatowicz@Sun.COM> | 2009-03-19 21:21:31 -0700 |
commit | 9d25110c26dac1ee74833ce1708685385a732e52 (patch) | |
tree | f925b0fc8f89e522ad3810d8dc6d9a79e2f6ad0d /usr/src/lib | |
parent | 518e36b68d5cce4f1f16d654ef218c54770878e9 (diff) | |
download | illumos-joyent-9d25110c26dac1ee74833ce1708685385a732e52.tar.gz |
6818585 libprtdiag_psr.so.1 for opl has unused dependancy on libdevinfo.so
Diffstat (limited to 'usr/src/lib')
-rw-r--r-- | usr/src/lib/libprtdiag_psr/sparc/opl/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/lib/libprtdiag_psr/sparc/opl/Makefile b/usr/src/lib/libprtdiag_psr/sparc/opl/Makefile index 2487adb2f3..21c354f1a3 100644 --- a/usr/src/lib/libprtdiag_psr/sparc/opl/Makefile +++ b/usr/src/lib/libprtdiag_psr/sparc/opl/Makefile @@ -19,11 +19,9 @@ # CDDL HEADER END # # -# Copyright 2007 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#pragma ident "%Z%%M% %I% %E% SMI" -# # lib/libprtdiag_psr/sparc/opl/Makefile UTSBASE = ../../../../../src/uts @@ -34,7 +32,7 @@ include ../Makefile.com IFLAGS += -I$(USR_PLAT_DIR)/sun4u/include -I ../../../libprtdiag/inc IFLAGS += -I$(SRC)/uts/common/ -I$(SRC)/cmd/picl/plugins/inc -LDLIBS += -lpicl -ldevinfo -lkstat +LDLIBS += -lpicl -lkstat LINTFLAGS += $(IFLAGS) |