diff options
Diffstat (limited to 'lib-src/makefile.w32-in')
-rw-r--r-- | lib-src/makefile.w32-in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 17698f3f859..e7d5ad759ab 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -191,8 +191,8 @@ WINDOW_SUPPORT = \ OTHER_PLATFORM_SUPPORT = \ $(lispsource)dos-fns.elc \ $(lispsource)dos-vars.elc \ - ${lispsource}term/internal.elc \ - ${lispsource}term/pc-win.elc \ + $(lispsource)term/internal.elc \ + $(lispsource)term/pc-win.elc \ $(lispsource)x-dnd.elc \ $(lispsource)term/x-win.elc \ ${lispsource}emacs-lisp/easymenu.elc \ |