summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToomas Soome <tsoome@me.com>2019-04-27 20:55:55 +0300
committerToomas Soome <tsoome@me.com>2019-04-30 17:27:16 +0300
commit092a100d3e036d742afb02e2f572395e7dbe35ef (patch)
tree170fe66cc47174755271b2465f83a85a2ac6836a
parent287d025085c7f7e5ab020c58140c29782754e38f (diff)
downloadillumos-joyent-092a100d3e036d742afb02e2f572395e7dbe35ef.tar.gz
10861 s10_npreload: make clobber target is failing to remove directory
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
-rw-r--r--usr/src/lib/brand/solaris10/s10_npreload/amd64/Makefile2
-rw-r--r--usr/src/lib/brand/solaris10/s10_npreload/i386/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/brand/solaris10/s10_npreload/amd64/Makefile b/usr/src/lib/brand/solaris10/s10_npreload/amd64/Makefile
index 971867056c..1514a58883 100644
--- a/usr/src/lib/brand/solaris10/s10_npreload/amd64/Makefile
+++ b/usr/src/lib/brand/solaris10/s10_npreload/amd64/Makefile
@@ -26,6 +26,6 @@
include ../Makefile.com
include $(SRC)/lib/Makefile.lib.64
-CLOBBERFILES = $(ROOTLIBDIR64)/$(DYNLIB) $(ROOTLIBDIR64)/$(LINTLIB)
+CLOBBERFILES = $(ROOTLIBDIR64)/$(DYNLIB)
install: all $(ROOTLIBS64)
diff --git a/usr/src/lib/brand/solaris10/s10_npreload/i386/Makefile b/usr/src/lib/brand/solaris10/s10_npreload/i386/Makefile
index 26c4bfd554..7f63aa322c 100644
--- a/usr/src/lib/brand/solaris10/s10_npreload/i386/Makefile
+++ b/usr/src/lib/brand/solaris10/s10_npreload/i386/Makefile
@@ -25,6 +25,6 @@
include ../Makefile.com
-CLOBBERFILES = $(ROOTLIBDIR)/$(DYNLIB) $(ROOTLIBDIR)/$(LINTLIB)
+CLOBBERFILES = $(ROOTLIBDIR)/$(DYNLIB)
install: all $(ROOTLIBS)