From 6c926cad64ca62fdf3bb0cc5daa949bfe871d3e8 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 12 Jan 2014 20:02:45 +0200 Subject: [PATCH] Fix last commit. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); \ -- 2.39.2