On Thu, 2008-11-20 at 18:06 +0900, Masatake YAMATO wrote:
> I've added new Makefile target to run both autoconf and autoheader.
> 
> Signed-off-by: Masatake YAMATO <[EMAIL PROTECTED]>
> 

Sorry to have acted late on this. Merged.

Regards--
Subrata

> 
> diff --git a/Makefile b/Makefile
> index 6f0e4c1..12c942d 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -108,10 +108,12 @@ package:
>  #
>  # Autotools related
>  #
> -configure: configure.ac $(notdir $(wildcard m4/*.m4)) config.h.in
> +.PHONY: autoconf
> +autoconf: configure config.h.in config.h
> +configure: configure.ac $(notdir $(wildcard m4/*.m4))
>       autoconf
> 
> -config.h.in: configure.ac
> +config.h.in: configure.ac $(notdir $(wildcard m4/*.m4))
>       autoheader
> 
>  config.h: config.h.default
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Ltp-list mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ltp-list


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to