[PATCH 1/5] Makefile.in: Support installation from a `VPATH' build.
Mark Wooding
mdw at distorted.org.uk
Thu Sep 19 19:41:08 BST 2019
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 <mdw at distorted.org.uk>
---
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)
--
[mdw]
More information about the sgo-software-discuss
mailing list