> +ifeq ($(HAVE_DMAPI), true) > # automake doesn't always support "default" target > # so do dmapi make explicitly with "all" > -ifeq ($(HAVE_DMAPI), true) What about moving the # signs to the first line so that it never gets echoed at all? Otherwise looks good to me.