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/print_roa/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/print_roa') 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: -- cgit v1.2.3