[email protected] wrote:
> Author: fabien
> Date: 2008-11-02 03:25:51 -0800 (Sun, 02 Nov 2008)
> New Revision: 6494
> Log:
> Reverted las Makefile changes. This is not acceptable because any 
> modification tyo xutf8 file must be achieved in corresponding xutf Makefile. 
> So Instead of cleaning the file generated by xutf Makefile by src makefile, 
> you have to do that in the xutf8 Makefile instead.

You're wrong:

(1) These object files are created with src/Makefile, they must be 
deleted with src/Makefile as well.

(2) src/xutf8/Makefile is not involved in the build process, maybe it 
should be deleted.

> 
> Modified:
>    branches/branch-1.3/src/Makefile
> 
> Modified: branches/branch-1.3/src/Makefile
> ===================================================================
> --- branches/branch-1.3/src/Makefile  2008-11-01 17:33:38 UTC (rev 6493)
> +++ branches/branch-1.3/src/Makefile  2008-11-02 11:25:51 UTC (rev 6494)
> @@ -418,7 +418,7 @@
>                       $(IMAGELIBS) $(LDLIBS)
>  
>  clean:
> -     -$(RM) *.o xutf8/*.o *.dll.a core.* *~ *.bak *.bck
> +     -$(RM) *.o *.dll.a core.* *~ *.bak *.bck
>       -$(RM) $(DSONAME) $(FLDSONAME) $(GLDSONAME) $(IMGDSONAME) \
>               $(LIBNAME) $(FLLIBNAME) $(GLLIBNAME) \
>               $(IMGLIBNAME) \
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to