mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Fix last commit.
This commit is contained in:
parent
cbe02c1fe9
commit
6c926cad64
1 changed files with 1 additions and 1 deletions
|
|
@ -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); \
|
||||
|
|
|
|||
Loading…
Reference in a new issue