From bdc4c1f98661ec308337b90b8e3134c5c5947904 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 19 Sep 2019 20:01:24 +0000 Subject: [PATCH] Makefile.in: Support installation from a `VPATH' build. I was pleasantly surprised that Secnet cross-compiles without significant trouble, but then tripped over this at the very end. Signed-off-by: Mark Wooding Acked-by: Ian Jackson --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 6b6aeb7..ed8c205 100644 --- a/Makefile.in +++ b/Makefile.in @@ -189,7 +189,7 @@ install: installdirs $(INSTALL_DATA) ${srcdir}/ipaddrset.py $(prefix)/share/secnet/ipaddrset.py $(INSTALL_SCRIPT) ${srcdir}/polypath-interface-monitor-linux \ $(datarootdir)/secnet/. - $(INSTALL_DATA) secnet.8 $(mandir)/man8/secnet.8 + $(INSTALL_DATA) ${srcdir}/secnet.8 $(mandir)/man8/secnet.8 install-force: rm -f $(STALE_PYTHON_FILES) -- 2.30.2