diff --git a/SRC/plugins/dns/Makefile.in b/SRC/plugins/dns/Makefile.in index e360f32..cbfb582 100644 --- a/SRC/plugins/dns/Makefile.in +++ b/SRC/plugins/dns/Makefile.in @@ -12,7 +12,7 @@ ifeq (@DNS_BUILD@,1) install: all prepare-install ${INSTALL} ${PLUGIN} ${DESTDIR} else -all: +install: @echo "Not installing the DNS plugin" endif diff --git a/SRC/plugins/postgresql/Makefile.in b/SRC/plugins/postgresql/Makefile.in index 514c306..2080aaf 100644 --- a/SRC/plugins/postgresql/Makefile.in +++ b/SRC/plugins/postgresql/Makefile.in @@ -13,7 +13,7 @@ ifeq (@PGSQL_BUILD@,1) install: all prepare-install ${INSTALL} ${PLUGIN} ${DESTDIR} else -all: +install: @echo "Not installing the PostgreSQL plugin" endif diff --git a/SRC/plugins/random/Makefile.in b/SRC/plugins/random/Makefile.in index df3ccf8..f25c07c 100644 --- a/SRC/plugins/random/Makefile.in +++ b/SRC/plugins/random/Makefile.in @@ -13,7 +13,7 @@ ifeq (@RANDOM_BUILD@,1) install: all prepare-install ${INSTALL} ${PLUGIN} ${DESTDIR} else -all: +install: @echo "Not installing the random plugin" endif diff --git a/SRC/plugins/whois/Makefile.in b/SRC/plugins/whois/Makefile.in index 81468b9..99d82f9 100644 --- a/SRC/plugins/whois/Makefile.in +++ b/SRC/plugins/whois/Makefile.in @@ -13,7 +13,7 @@ ifeq (@WHOIS_BUILD@,1) install: all prepare-install ${INSTALL} ${PLUGIN} ${DESTDIR} else -all: +install: @echo "Not installing the whois plugin" endif