Fix out-of-tree build failure due to incorrect path for `sk-usbhid.c`.
$(AR) rv $@ $(LIBSSH_PIC_OBJS)
$(RANLIB) $@
-$(SK_STANDALONE): sk-usbhid.c $(LIBCOMPAT) libssh-pic.a
- $(CC) -o $@ -shared $(CFLAGS_NOPIE) $(CPPFLAGS) -DSK_STANDALONE $(PICFLAG) sk-usbhid.c \
+$(SK_STANDALONE): $(srcdir)/sk-usbhid.c $(LIBCOMPAT) libssh-pic.a
+ $(CC) -o $@ -shared $(CFLAGS_NOPIE) $(CPPFLAGS) -DSK_STANDALONE $(PICFLAG) $(srcdir)/sk-usbhid.c \
libssh-pic.a $(LDFLAGS_NOPIE) -lopenbsd-compat $(LIBS) $(LIBFIDO2) $(CHANNELLIBS)
$(MANPAGES): $(MANPAGES_IN)