diff options
| author | Jason King <jason.brian.king@gmail.com> | 2017-06-14 20:19:54 +0000 |
|---|---|---|
| committer | Jason King <jason.brian.king@gmail.com> | 2017-06-14 23:43:06 +0000 |
| commit | 18d31ce9db02fc774d6bf5d861fc21011bfa17d8 (patch) | |
| tree | fc9f54d961e9bdfa3fdf2e5a65ea5bd194f99bd1 | |
| parent | 8e0e88d1006a5fd4999afea7936ffe7620395e58 (diff) | |
| download | illumos-joyent-18d31ce9db02fc774d6bf5d861fc21011bfa17d8.tar.gz | |
nfs/mount fix
| -rw-r--r-- | usr/src/cmd/fs.d/nfs/mount/Makefile | 4 |
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 |
