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…
Add table
Reference in a new issue