[DVDnav-discuss] [PATCH] Fix parallel jobs; sources need version.h
Nico Sabbi
Nicola.Sabbi at poste.it
Wed Apr 30 09:57:21 CEST 2008
On Monday 28 April 2008 23:53:38 Dan Nicholson wrote:
> ---
> Makefile | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index fcc3940..85108e5 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -81,6 +81,8 @@ endif
> version.h:
> sh $(SRC_PATH)/version.sh $(SRC_PATH)
>
> +$(SRCS) $(DVDREAD_SRCS): version.h
> +
>
> # General targets
can you explain, please?
If I read the dependencies all .c files already depend on version.h
More information about the DVDnav-discuss
mailing list