diff options
| author | Roland McGrath | 1994-03-18 06:42:03 +0000 |
|---|---|---|
| committer | Roland McGrath | 1994-03-18 06:42:03 +0000 |
| commit | 45d3c8669e6093c0774c1b872898a33f6f69046c (patch) | |
| tree | 9a6c493e0d52cd76454b5f8807dcbbcebdf702f0 /src | |
| parent | ac4c3d0c7bb96181a93bdf7d4bf316372775cc43 (diff) | |
| download | emacs-45d3c8669e6093c0774c1b872898a33f6f69046c.tar.gz emacs-45d3c8669e6093c0774c1b872898a33f6f69046c.zip | |
(lisp): Include version.el, not version.elc.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index e17befb645a..67b13088718 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -534,7 +534,7 @@ lisp= \ | |||
| 534 | ${lispdir}vc-hooks.elc \ | 534 | ${lispdir}vc-hooks.elc \ |
| 535 | VMS_SUPPORT \ | 535 | VMS_SUPPORT \ |
| 536 | ${lispdir}window.elc \ | 536 | ${lispdir}window.elc \ |
| 537 | ${lispdir}version.elc | 537 | ${lispdir}version.el |
| 538 | 538 | ||
| 539 | /* Construct full set of libraries to be linked. | 539 | /* Construct full set of libraries to be linked. |
| 540 | Note that SunOS needs -lm to come before -lc; otherwise, you get | 540 | Note that SunOS needs -lm to come before -lc; otherwise, you get |