From 2d7e7af68b0e8018ca66ec1c29581e0bae6b3e7e Mon Sep 17 00:00:00 2001 From: Jason King Date: Wed, 1 Aug 2018 18:49:03 +0000 Subject: Try removing SUBDIRS from depending on _msg --- usr/src/lib/libvscan/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/src/lib/libvscan/Makefile b/usr/src/lib/libvscan/Makefile index 1cf8f5effa..1212cc6a73 100644 --- a/usr/src/lib/libvscan/Makefile +++ b/usr/src/lib/libvscan/Makefile @@ -42,7 +42,7 @@ MSGFILES = common/libvscan.c .KEEP_STATE: -all clean clobber install lint _msg : $(SUBDIRS) +all clean clobber install lint: $(SUBDIRS) $(POFILE): $(MSGFILES) $(BUILDPO.msgfiles) -- cgit v1.2.3