From: Alan T. DeKok Date: Fri, 25 Dec 2020 16:23:12 +0000 (-0500) Subject: PROGRAM_INSTALL is jlibtool, so we need that, too X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a2f7406744731ec3a0dd4aeaa38d2e2a284046f;p=thirdparty%2Ffreeradius-server.git PROGRAM_INSTALL is jlibtool, so we need that, too --- diff --git a/scripts/install.mk b/scripts/install.mk index f45cf891a7d..9f5a5ff23c5 100644 --- a/scripts/install.mk +++ b/scripts/install.mk @@ -205,7 +205,7 @@ endef define ADD_INSTALL_RULE.dir # Install directory .PHONY: ${1} - ${1}: + ${1}: ${JLIBTOOL} @$(ECHO) INSTALL -d -m 755 ${1} $(Q)$${PROGRAM_INSTALL} -d -m 755 ${1} endef