From 959518b561cad2acd3fbb15387db85b614d41262 Mon Sep 17 00:00:00 2001 From: Gordon Ross Date: Sat, 29 Oct 2016 16:45:16 -0400 Subject: Just do make install_h in all libs instead of keeping two dir lists. Those with none can provide an empty install_h target. --- usr/src/lib/Makefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/usr/src/lib/Makefile b/usr/src/lib/Makefile index 145a633..d961af6 100644 --- a/usr/src/lib/Makefile +++ b/usr/src/lib/Makefile @@ -70,14 +70,6 @@ sparc_MSGSUBDIRS= i386_MSGSUBDIRS= -HDRSUBDIRS= \ - libfoo \ - $($(MACH)_HDRSUBDIRS) - -i386_HDRSUBDIRS= - -sparc_HDRSUBDIRS= - all := TARGET= all check := TARGET= check clean := TARGET= clean @@ -97,7 +89,7 @@ install: $(SUBDIRS) clean clobber lint: $(NOWAIT_SUBDIRS) -install_h check: $(HDRSUBDIRS) +install_h check: $(SUBDIRS) _msg: $(MSGSUBDIRS) .WAIT _dc -- cgit v1.2.3