On Wed, Dec 23, 2015 at 1:24 PM, Andrea Canciani <[email protected]> wrote: > Since 3d81d89c292058522cce91338028d9b4c4a23c24 BUILT_SOURCES is not > used anymore, but it was unintentionally left in Win32 Makefiles. > > Signed-off-by: Andrea Canciani <[email protected]> > --- > Makefile.win32.common | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Makefile.win32.common b/Makefile.win32.common > index 777f94c..b498c2f 100644 > --- a/Makefile.win32.common > +++ b/Makefile.win32.common > @@ -51,6 +51,6 @@ $(CFG_VAR)/%.obj: %.c $(libpixman_headers) > @$(CC) -c $(PIXMAN_CFLAGS) -Fo"$@" $< > > clean: inform > - @$(RM) $(CFG_VAR)/*.{exe,ilk,lib,obj,pdb} $(BUILT_SOURCES) || exit 0 > + @$(RM) $(CFG_VAR)/*.{exe,ilk,lib,obj,pdb} || exit 0 > > .PHONY: inform clean > -- > 2.5.4 (Apple Git-61) > > _______________________________________________ > Pixman mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/pixman
This patch is: Reviewed-by: Oded Gabbay <[email protected]> _______________________________________________ Pixman mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pixman
