diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2003-05-31 00:33:50 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2003-05-31 00:33:50 +0000 |
commit | 8dc48ef0512c8ed488a5fd425b2a8dd9e80acb95 (patch) | |
tree | 07489dfa202b8e079b59bd431697f977998eaef0 /lib-src/makefile.w32-in | |
parent | 1efcd78f5ea5f366d094eea53509ed277eea873c (diff) | |
download | emacs-8dc48ef0512c8ed488a5fd425b2a8dd9e80acb95.tar.gz |
(lisp): Fix references to byte-run.el, float-sup.el and map-ynp.el, which are
now in emacs-lisp.
Diffstat (limited to 'lib-src/makefile.w32-in')
-rw-r--r-- | lib-src/makefile.w32-in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 4282d327610..faab36e087b 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -143,7 +143,7 @@ lisp= \ $(lispsource)abbrev.elc \ $(lispsource)buff-menu.elc \ $(lispsource)button.elc \ - $(lispsource)byte-run.elc \ + $(lispsource)emacs-lisp/byte-run.elc \ $(lispsource)cus-start.elc \ $(lispsource)custom.elc \ $(lispsource)emacs-lisp/backquote.elc \ @@ -155,15 +155,15 @@ lisp= \ $(lispsource)format.elc \ $(lispsource)facemenu.elc \ $(MOUSE_SUPPORT) \ - $(lispsource)float-sup.elc \ - $(lispsource)frame.elc\ + $(lispsource)emacs-lisp/float-sup.elc \ + $(lispsource)frame.elc \ $(lispsource)help.elc \ $(lispsource)indent.elc \ $(lispsource)isearch.elc \ $(lispsource)loadup.el \ $(lispsource)loaddefs.el \ $(lispsource)bindings.elc \ - $(lispsource)map-ynp.elc \ + $(lispsource)emacs-lisp/map-ynp.elc \ $(lispsource)menu-bar.elc \ $(lispsource)international/mule.elc \ $(lispsource)international/mule-conf.el \ |