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: all prepare-install
${INSTALL} ${PLUGIN} ${DESTDIR} ${INSTALL} ${PLUGIN} ${DESTDIR}
else else
all: install:
@echo "Not installing the DNS plugin" @echo "Not installing the DNS plugin"
endif endif

@ -13,7 +13,7 @@ ifeq (@PGSQL_BUILD@,1)
install: all prepare-install install: all prepare-install
${INSTALL} ${PLUGIN} ${DESTDIR} ${INSTALL} ${PLUGIN} ${DESTDIR}
else else
all: install:
@echo "Not installing the PostgreSQL plugin" @echo "Not installing the PostgreSQL plugin"
endif endif

@ -13,7 +13,7 @@ ifeq (@RANDOM_BUILD@,1)
install: all prepare-install install: all prepare-install
${INSTALL} ${PLUGIN} ${DESTDIR} ${INSTALL} ${PLUGIN} ${DESTDIR}
else else
all: install:
@echo "Not installing the random plugin" @echo "Not installing the random plugin"
endif endif

@ -13,7 +13,7 @@ ifeq (@WHOIS_BUILD@,1)
install: all prepare-install install: all prepare-install
${INSTALL} ${PLUGIN} ${DESTDIR} ${INSTALL} ${PLUGIN} ${DESTDIR}
else else
all: install:
@echo "Not installing the whois plugin" @echo "Not installing the whois plugin"
endif endif

Loading…
Cancel
Save