diff --git a/Makefile.rules b/Makefile.rules index ba4fd3a30eb..4ab9ecbbd2b 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -1230,6 +1230,11 @@ ifneq ($(strip $(LibName.A)),) endif ifdef NO_INSTALL +install-local:: + $(Echo) Install circumvented with NO_INSTALL +uninstall-local:: + $(Echo) Uninstall circumvented with NO_INSTALL +else ifdef NO_INSTALL_ARCHIVES install-local:: $(Echo) Install circumvented with NO_INSTALL uninstall-local::