LGTM, thanks.
On Thu, Sep 19, 2013 at 3:20 PM, Klaus Aehlig <[email protected]> wrote: > Before the layout change, the corresponding scripts used to be > part of PYTHON_BOOTSTRAP, hence were already considered as > generated. > > Signed-off-by: Klaus Aehlig <[email protected]> > --- > Makefile.am | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Makefile.am b/Makefile.am > index 4c379a0..995a0ac 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -276,7 +276,8 @@ CLEANFILES = \ > GENERATED_FILES = \ > $(built_base_sources) \ > $(BUILT_PYTHON_SOURCES) \ > - $(PYTHON_BOOTSTRAP) > + $(PYTHON_BOOTSTRAP) \ > + $(gnt_python_sbin_SCRIPTS) > > HS_GENERATED_FILES = > if WANT_HTOOLS > -- > 1.8.4 > > -- Thomas Thrainer | Software Engineer | [email protected] | Google Germany GmbH Dienerstr. 12 80331 München Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschäftsführer: Graham Law, Christine Elizabeth Flores
