diff options
| author | Michael Forney <mforney@mforney.org> | 2016-11-19 21:10:36 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-11-20 16:14:20 -0800 |
| commit | 01def066392ccd51e3fc0b67d45fc6e70f44cd80 (patch) | |
| tree | 7cd6c5b0568d85a48a1f1f355774260649c45438 /extra/sshfs | |
| parent | 653510bb8b3db5a280576cb00445fbdc8d49b88a (diff) | |
Make sure to depend on source fetch actions
Diffstat (limited to 'extra/sshfs')
| -rw-r--r-- | extra/sshfs/gen.rc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/sshfs/gen.rc b/extra/sshfs/gen.rc index cdb5abf6..07cc8249 100644 --- a/extra/sshfs/gen.rc +++ b/extra/sshfs/gen.rc @@ -7,7 +7,8 @@ cflags\ build '$outdir'/sshfs.1 sed '$srcdir'/sshfs.1.in ; with\ expr 's,__UNMOUNT_COMMAND__,''fusermount -u'',' -exe sshfs sshfs.c nocache.c '$builddir'/extra/libfuse/libfuse.a +exe sshfs -d '$builddir'/extra/libfuse/fetch.stamp\ + sshfs.c nocache.c '$builddir'/extra/libfuse/libfuse.a file bin/sshfs '$outdir'/sshfs 755 file share/man/man1/sshfs.1 '$outdir'/sshfs.1 644 |
