Le 30 juil. 2012 à 14:02, Stefano Lattarini a écrit :

> (generate_makefile): Define '$(am.test-suite.deps)' to the list of
> dependencies for the 'check' target.

Define to? or as?

> diff --git a/lib/am/check-target.am b/lib/am/check-target.am
> index 225c566..852941b 100644
> --- a/lib/am/check-target.am
> +++ b/lib/am/check-target.am
> @@ -26,7 +26,7 @@ endif
> # local check dependencies, and finally run the actual tests (as given
> # by $(TESTS), by DejaGNU, and by the 'check-local' target).
> check-am: all-am
> -     $(if %CHECK-DEPS%,$(MAKE) %CHECK-DEPS%,@:)
> +     $(if  $(am.test-suite.deps),$(MAKE) $(am.test-suite.deps),@:)

Spurious space?


Reply via email to