From: Eli Zaretskii Date: Sun, 12 Jan 2014 18:02:45 +0000 (+0200) Subject: Fix last commit. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6c926cad64ca62fdf3bb0cc5daa949bfe871d3e8;p=emacs.git Fix last commit. --- diff --git a/Makefile.in b/Makefile.in index 4e5cb404994..065e192d3ae 100644 --- a/Makefile.in +++ b/Makefile.in @@ -375,7 +375,7 @@ lib lib-src lisp nt: Makefile FRC # is not wrong, but is overkill in 99.99% of the cases. src: Makefile FRC dirstate='.bzr/checkout/dirstate'; \ - vcswitness='$(srcdir)/../'$$dirstate; \ + vcswitness='$$(srcdir)/../'$$dirstate; \ [ -r "$(srcdir)/$$dirstate" ] || vcswitness=''; \ cd $@ || exit; \ boot=bootstrap-emacs$(EXEEXT); \