diff options
Diffstat (limited to 'fish/Makefile.am')
-rw-r--r-- | fish/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/Makefile.am b/fish/Makefile.am index 6ca8a823..16a29b02 100644 --- a/fish/Makefile.am +++ b/fish/Makefile.am @@ -139,7 +139,7 @@ if HAVE_RPCGEN rc_protocol.c: rc_protocol.x rm -f $@-t $@-t2 $(RPCGEN) -c -o $@-t $< - sed 's,\.\./\.\./fish/,,' < $@-t > $@-t2 + sed 's,\.\./\(\.\./\)*fish,.,' < $@-t > $@-t2 rm $@-t mv $@-t2 $@ |