diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-06-17 14:06:54 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-06-17 14:06:54 -0400 |
commit | 007639e2cfb3a7007242a0b344f2e58570e408fd (patch) | |
tree | 470b5afde08a1256b4d80cddcb800ec2f9f45972 /Makefile | |
parent | c15e7aabaa3337065f6a7ed84cecb7ba8f91241a (diff) |
@echo doesn't work in variabe def
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |