diff options
| author | Eli Zaretskii | 2014-01-12 20:02:45 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2014-01-12 20:02:45 +0200 |
| commit | 6c926cad64ca62fdf3bb0cc5daa949bfe871d3e8 (patch) | |
| tree | 748b5e4652ed2a1b08cde51e61da0a97d5db7393 | |
| parent | cbe02c1fe96c23472dd7f0c3c21c947012daf346 (diff) | |
| download | emacs-6c926cad64ca62fdf3bb0cc5daa949bfe871d3e8.tar.gz emacs-6c926cad64ca62fdf3bb0cc5daa949bfe871d3e8.zip | |
Fix last commit.
| -rw-r--r-- | Makefile.in | 2 |
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. |
| 376 | src: Makefile FRC | 376 | src: 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); \ |