From 58af11f98e989d077f2b2f4fbfde0acbd209512d Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 10 May 2011 13:49:14 +0000 Subject: Don't assume installation directories exist svn path=/pywrap/Makefile.in; revision=3810 --- utils/find_roa/Makefile.in | 1 + utils/hashdir/Makefile.in | 1 + utils/print_roa/Makefile.in | 1 + utils/print_rpki_manifest/Makefile.in | 1 + 4 files changed, 4 insertions(+) (limited to 'utils') diff --git a/utils/find_roa/Makefile.in b/utils/find_roa/Makefile.in index 9fc160a4..50fbf44f 100644 --- a/utils/find_roa/Makefile.in +++ b/utils/find_roa/Makefile.in @@ -43,6 +43,7 @@ test: ${BIN} sh ./test_roa.sh ${TEST_ARGS} install: all + ${INSTALL} -d ${DESTDIR}${bindir} ${INSTALL} ${BIN} ${DESTDIR}${bindir} deinstall uninstall: diff --git a/utils/hashdir/Makefile.in b/utils/hashdir/Makefile.in index 6c5d4d4b..9cf060ff 100644 --- a/utils/hashdir/Makefile.in +++ b/utils/hashdir/Makefile.in @@ -45,6 +45,7 @@ clean:: rm -rf ${OUTPUT} install: all + ${INSTALL} -d ${DESTDIR}${bindir} ${INSTALL} ${BIN} ${DESTDIR}${bindir} deinstall uninstall: diff --git a/utils/print_roa/Makefile.in b/utils/print_roa/Makefile.in index 2099b04e..d93702d7 100644 --- a/utils/print_roa/Makefile.in +++ b/utils/print_roa/Makefile.in @@ -42,6 +42,7 @@ test: all if test -d ${ROA_DIR}; then find ${ROA_DIR} -type f -name '*.roa' -print -exec ./${BIN} {} \; ; else :; fi install: all + ${INSTALL} -d ${DESTDIR}${bindir} ${INSTALL} ${BIN} ${DESTDIR}${bindir} deinstall uninstall: diff --git a/utils/print_rpki_manifest/Makefile.in b/utils/print_rpki_manifest/Makefile.in index cc4efd97..ace3391f 100644 --- a/utils/print_rpki_manifest/Makefile.in +++ b/utils/print_rpki_manifest/Makefile.in @@ -42,6 +42,7 @@ test: all if test -d ${MANIFEST_DIR}; then find ${MANIFEST_DIR} -type f -name '*.mnf' -print -exec ./${BIN} {} \; ; else :; fi install: all + ${INSTALL} -d ${DESTDIR}${bindir} ${INSTALL} ${BIN} ${DESTDIR}${bindir} deinstall uninstall: -- cgit v1.2.3