Typo in the install target

Initial
Stephane Bortzmeyer 20 years ago
parent fa09c1a5ca
commit d3b0ab849a

@ -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

@ -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

@ -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

@ -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

Loading…
Cancel
Save