aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2014-01-12 20:02:45 +0200
committerEli Zaretskii2014-01-12 20:02:45 +0200
commit6c926cad64ca62fdf3bb0cc5daa949bfe871d3e8 (patch)
tree748b5e4652ed2a1b08cde51e61da0a97d5db7393
parentcbe02c1fe96c23472dd7f0c3c21c947012daf346 (diff)
downloademacs-6c926cad64ca62fdf3bb0cc5daa949bfe871d3e8.tar.gz
emacs-6c926cad64ca62fdf3bb0cc5daa949bfe871d3e8.zip
Fix last commit.
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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
375# is not wrong, but is overkill in 99.99% of the cases. 375# is not wrong, but is overkill in 99.99% of the cases.
376src: Makefile FRC 376src: Makefile FRC
377 dirstate='.bzr/checkout/dirstate'; \ 377 dirstate='.bzr/checkout/dirstate'; \
378 vcswitness='$(srcdir)/../'$$dirstate; \ 378 vcswitness='$$(srcdir)/../'$$dirstate; \
379 [ -r "$(srcdir)/$$dirstate" ] || vcswitness=''; \ 379 [ -r "$(srcdir)/$$dirstate" ] || vcswitness=''; \
380 cd $@ || exit; \ 380 cd $@ || exit; \
381 boot=bootstrap-emacs$(EXEEXT); \ 381 boot=bootstrap-emacs$(EXEEXT); \