On 30/04/2012 02:46, Yaakov (Cygwin/X) wrote: > From: Yaakov Selkowitz > <[email protected]> > > Signed-off-by: Yaakov Selkowitz > <[email protected]> > --- > hw/xfree86/Makefile.am | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/hw/xfree86/Makefile.am b/hw/xfree86/Makefile.am > index d61c640..6883c2a 100644 > --- a/hw/xfree86/Makefile.am > +++ b/hw/xfree86/Makefile.am > @@ -106,7 +106,7 @@ xorg.conf.example: xorgconf.cpp > $(AM_V_GEN)$(SED) $(CONF_SUBSTS) < $(srcdir)/xorgconf.cpp > $@ > > relink: > - $(AM_V_at)rm -f Xorg && $(MAKE) Xorg > + $(AM_V_at)rm -f Xorg$(EXEEXT) && $(MAKE) Xorg$(EXEEXT) > > CLEANFILES = sdksyms.c sdksyms.dep > EXTRA_DIST += sdksyms.sh
for the pair, Reviewed-by: Jon TURNEY <[email protected]> _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
