automake-ng
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Automake-NG] [FYI] [ng] check: deps for 'check' target listed in '$


From: Akim Demaille
Subject: Re: [Automake-NG] [FYI] [ng] check: deps for 'check' target listed in '$(am.test-suite.deps)'
Date: Mon, 30 Jul 2012 16:57:27 +0200

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

[Prev in Thread] Current Thread [Next in Thread]