From 623c3de4b7886d5d3a70c856a27c13fe534b2b69 Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Mon, 20 Jan 2020 19:01:15 +0200 Subject: 12221 arp: smatch errors Reviewed by: John Levon Reviewed by: Matthias Scheler Approved by: Dan McDonald --- usr/src/lib/Makefile | 1 - usr/src/lib/libdwarf/Makefile | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'usr/src/lib') diff --git a/usr/src/lib/Makefile b/usr/src/lib/Makefile index 5e5da05650..b6697c6f61 100644 --- a/usr/src/lib/Makefile +++ b/usr/src/lib/Makefile @@ -394,7 +394,6 @@ HDRSUBDIRS= \ libdhcputil \ libdisasm \ libdiskmgt \ - libdwarf \ libdladm \ libdll \ libdlpi \ diff --git a/usr/src/lib/libdwarf/Makefile b/usr/src/lib/libdwarf/Makefile index 6b7ff6244b..e5594b685e 100644 --- a/usr/src/lib/libdwarf/Makefile +++ b/usr/src/lib/libdwarf/Makefile @@ -26,9 +26,9 @@ lint := TARGET = lint .KEEP_STATE: -all clean clobber lint install_h: $(SUBDIRS) +all clean clobber : $(SUBDIRS) -install: install_h $(SUBDIRS) +install: $(SUBDIRS) check: $(CHECKHDRS) -- cgit v1.2.3