From d3b0ab849a8fec5f7e22deee23946c025610474c Mon Sep 17 00:00:00 2001 From: Stephane Bortzmeyer Date: Mon, 24 May 2004 20:47:28 +0000 Subject: [PATCH] Typo in the install target --- SRC/plugins/dns/Makefile.in | 2 +- SRC/plugins/postgresql/Makefile.in | 2 +- SRC/plugins/random/Makefile.in | 2 +- SRC/plugins/whois/Makefile.in | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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