Il 29/04/2013 15:33, Dunrong Huang ha scritto:
> 
> Yes,  this way works for me.
> 
> diff --git a/rules.mak b/rules.mak
> index 292a422..2572070 100644
> --- a/rules.mak
> +++ b/rules.mak
> @@ -15,7 +15,7 @@ MAKEFLAGS += -rR
>  QEMU_DGFLAGS += -MMD -MP -MT $@ -MF $(*D)/$(*F).d
>  
>  # Same as -I$(SRC_PATH) -I., but for the nested source/object directories
> -QEMU_CFLAGS += -I$(<D) -I$(@D)
> +QEMU_INCLUDES += -I$(<D) -I$(@D)
> 
> but I don't know if it will break other build, e.g. mingw build.
Please submit it, it is a better fix.  Make sure you put "1.5" in the
subject.

Paolo

Reply via email to