diff options
author | Jason King <jason.king@joyent.com> | 2018-08-01 18:49:03 +0000 |
---|---|---|
committer | Jason King <jason.king@joyent.com> | 2018-08-01 18:49:03 +0000 |
commit | 2d7e7af68b0e8018ca66ec1c29581e0bae6b3e7e (patch) | |
tree | 328d4431a07475748721f06b3b97a178b7506b8a | |
parent | a4850eff5d07e123b4557fe94d3dbc97ae2df22c (diff) | |
download | illumos-joyent-2d7e7af68b0e8018ca66ec1c29581e0bae6b3e7e.tar.gz |
Try removing SUBDIRS from depending on _msglibvscan-fix
-rw-r--r-- | usr/src/lib/libvscan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |