@echo doesn't work in variabe def
This commit is contained in:
parent
8e83485d9b
commit
d2aad2b212
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue