From: Justin Patrin Date: Thu, 27 Jul 2006 01:38:00 +0000 (+0000) Subject: emacs: re-fix qemu patch X-Git-Tag: Release-2010-05/1~9453^2~1095 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79b6a070eed32e6b19f392ca8495546fee92fca8;p=openembedded.git emacs: re-fix qemu patch --- diff --git a/packages/emacs/files/use-qemu.patch b/packages/emacs/files/use-qemu.patch index 8e4481f64f..f27c926e3e 100644 --- a/packages/emacs/files/use-qemu.patch +++ b/packages/emacs/files/use-qemu.patch @@ -6,7 +6,7 @@ diff -Nur emacs~/Makefile.in emacs/Makefile.in (cd lisp; $(MAKE) $(MFLAGS) bootstrap-prepare) (cd src; $(MAKE) $(MFLAGS) bootstrap) - (cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=../src/bootstrap-emacs${EXEEXT}) -+ (cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS="${QEMU} ../src/bootstrap-emacs${EXEEXT})" ++ (cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS="${QEMU} ../src/bootstrap-emacs${EXEEXT}") (cd src; $(MAKE) $(MFLAGS) mostlyclean) $(MAKE) $(MFLAGS) all (cd lisp; $(MAKE) $(MFLAGS) bootstrap-after)