> Date: Wed, 26 Jan 2011 23:37:29 -0800 > From: Paul Eggert <[email protected]> > CC: Eli Zaretskii <[email protected]>, Eric Blake <[email protected]>, > [email protected], [email protected], [email protected], > [email protected] > > @@ -333,7 +336,8 @@ > sync-from-gnulib: $(gnulib_srcdir) > cd $(srcdir) && \ > $(gnulib_srcdir)/gnulib-tool $(GNULIB_TOOL_FLAGS) $(GNULIB_MODULES) > - rm $(srcdir)/m4/warn-on-use.m4 > + cd $(srcdir)/m4 && rm gnulib-cache.m4 warn-on-use.m4 > + cd $(srcdir)/m4 && mv gnulib-comp.m4 $(DOS-gnulib-comp.m4) > cp $(gnulib_srcdir)/build-aux/texinfo.tex $(srcdir)/doc/misc > cp \ > $(gnulib_srcdir)/build-aux/config.sub \
Don't we need the opposite "mv" before running gnulib-tool? Apologies if this is a dumb question, I know almost nothing about gnulib.
