@echo doesn't work in variabe def

This commit is contained in:
Joey Hess 2015-06-17 14:06:54 -04:00
parent 8e83485d9b
commit d2aad2b212

View file

@ -62,7 +62,7 @@ tags:
# If ikiwiki is available, build static html docs suitable for being
# shipped in the software package.
ifeq ($(shell which ikiwiki),)
IKIWIKI=@echo "** ikiwiki not found, skipping building docs" >&2; true
IKIWIKI=echo "** ikiwiki not found, skipping building docs" >&2; true
else
IKIWIKI=ikiwiki
endif