diff options
| author | Eli Zaretskii | 2010-08-20 22:49:20 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2010-08-20 22:49:20 +0300 |
| commit | ff2de6d2bb239c5fdcfaba2c8efd5c62610e3b7d (patch) | |
| tree | 50fddf4dc9cc34e4f78357a545fcb3a9677c05d7 /msdos/mainmake.v2 | |
| parent | c30b8a12a4a57bfe070dd68b014d7d425bab8ed9 (diff) | |
| parent | 491a154635caf0bf90fd1c4ad35f02d43eac98ee (diff) | |
| download | emacs-ff2de6d2bb239c5fdcfaba2c8efd5c62610e3b7d.tar.gz emacs-ff2de6d2bb239c5fdcfaba2c8efd5c62610e3b7d.zip | |
Fix version string in top-level MSDOS Makefile.
msdos/mainmake.v2 (version): Update due to change in emacs.c.
src/emacs.c <emacs_version>: Add a comment regarding msdos/mainmake.v2's
dependency on the syntax of this declaration.
Diffstat (limited to 'msdos/mainmake.v2')
| -rw-r--r-- | msdos/mainmake.v2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/msdos/mainmake.v2 b/msdos/mainmake.v2 index 4bb13e367ed..79bd827d8c6 100644 --- a/msdos/mainmake.v2 +++ b/msdos/mainmake.v2 | |||
| @@ -65,7 +65,7 @@ MAKESHELL=/xyzzy/command | |||
| 65 | top_srcdir := $(subst \,/,$(shell cd)) | 65 | top_srcdir := $(subst \,/,$(shell cd)) |
| 66 | 66 | ||
| 67 | # Find out which version of Emacs this is. | 67 | # Find out which version of Emacs this is. |
| 68 | version := ${shell sed -n -e '/^const char emacs_version/s/^[^"]*\("[^"]*"\).*/\1/p' src/emacs.c} | 68 | version := ${shell sed -n -e '/^static const char emacs_version/s/^[^"]*\("[^"]*"\).*/\1/p' src/emacs.c} |
| 69 | 69 | ||
| 70 | # Q: Do we need to bootstrap? | 70 | # Q: Do we need to bootstrap? |
| 71 | # A: Only if we find admin/admin.el, i.e. we are building out of | 71 | # A: Only if we find admin/admin.el, i.e. we are building out of |