Patches 2 & 3: Reviewed-by: Marek Olšák <[email protected]>
Marek On Tue, May 31, 2016 at 6:26 PM, Emil Velikov <[email protected]> wrote: > From: Emil Velikov <[email protected]> > > Signed-off-by: Emil Velikov <[email protected]> > --- > src/gallium/drivers/radeonsi/Makefile.am | 7 ++----- > 1 file changed, 2 insertions(+), 5 deletions(-) > > diff --git a/src/gallium/drivers/radeonsi/Makefile.am > b/src/gallium/drivers/radeonsi/Makefile.am > index ec68f73..a6218e1 100644 > --- a/src/gallium/drivers/radeonsi/Makefile.am > +++ b/src/gallium/drivers/radeonsi/Makefile.am > @@ -35,9 +35,6 @@ libradeonsi_la_SOURCES = $(C_SOURCES) $(GENERATED_SOURCES) > sid_tables.h: $(srcdir)/sid_tables.py $(srcdir)/sid.h > $(AM_V_GEN) $(PYTHON2) $(srcdir)/sid_tables.py $(srcdir)/sid.h > $@ > > -EXTRA_DIST = \ > - sid_tables.py > - > -BUILT_SOURCES =\ > - sid_tables.h > +BUILT_SOURCES = sid_tables.h > CLEANFILES = $(BUILT_SOURCES) > +EXTRA_DIST = sid_tables.py > -- > 2.8.2 > > _______________________________________________ > mesa-dev mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
