summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason King <jason.brian.king@gmail.com>2017-06-14 20:19:54 +0000
committerJason King <jason.brian.king@gmail.com>2017-06-14 23:43:06 +0000
commit18d31ce9db02fc774d6bf5d861fc21011bfa17d8 (patch)
treefc9f54d961e9bdfa3fdf2e5a65ea5bd194f99bd1
parent8e0e88d1006a5fd4999afea7936ffe7620395e58 (diff)
downloadillumos-joyent-18d31ce9db02fc774d6bf5d861fc21011bfa17d8.tar.gz
nfs/mount fix
-rw-r--r--usr/src/cmd/fs.d/nfs/mount/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/fs.d/nfs/mount/Makefile b/usr/src/cmd/fs.d/nfs/mount/Makefile
index c2485208a8..e9e55aac78 100644
--- a/usr/src/cmd/fs.d/nfs/mount/Makefile
+++ b/usr/src/cmd/fs.d/nfs/mount/Makefile
@@ -19,7 +19,7 @@
# CDDL HEADER END
#
# Copyright (c) 1990, 2010, Oracle and/or its affiliates. All rights reserved.
-# Copyright 2014, Joyent, Inc. All rights reserved.
+# Copyright 2017, Joyent, Inc. All rights reserved.
#
# cmd/fs.d/nfs/mount/Makefile
@@ -101,7 +101,7 @@ webnfs.x: ../lib/webnfs.x
#
catalog: $(POFILE)
-$(POFILE): $(SRCS)
+$(POFILE): $(SRCS) webnfs.h
$(RM) $@
$(COMPILE.cpp) $(SRCS) > $(POFILE).i
$(XGETTEXT) $(XGETFLAGS) $(POFILE).i