diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/makefile.nt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib-src/makefile.nt b/lib-src/makefile.nt index e0076920f67..d2f56afde94 100644 --- a/lib-src/makefile.nt +++ b/lib-src/makefile.nt | |||
| @@ -129,7 +129,7 @@ $(BLD)\ctags.obj: ctags.c | |||
| 129 | # | 129 | # |
| 130 | # From ..\src\makefile.nt. | 130 | # From ..\src\makefile.nt. |
| 131 | # | 131 | # |
| 132 | obj = abbrev.c alloc.c alloca.c buffer.c bytecode.c callint.c callproc.c casefiddle.c cm.c cmds.c charset.c coding.c category.c ccl.c data.c dired.c dispnew.c doc.c doprnt.c editfns.c eval.c fileio.c filelock.c filemode.c fns.c fontset.c indent.c insdel.c keyboard.c keymap.c lastfile.c lread.c macros.c marker.c minibuf.c xfaces.c mocklisp.c print.c process.c regex.c scroll.c search.c syntax.c sysdep.c term.c termcap.c tparam.c undo.c unexw32.c window.c xdisp.c casetab.c floatfns.c frame.c gmalloc.c intervals.c ralloc.c textprop.c vm-limit.c region-cache.c strftime.c w32.c w32console.c w32faces.c w32fns.c w32heap.c w32inevt.c w32proc.c w32reg.c w32menu.c w32select.c w32term.c w32xfns.c | 132 | obj = abbrev.c alloc.c alloca.c buffer.c bytecode.c callint.c callproc.c casefiddle.c cm.c cmds.c charset.c coding.c category.c ccl.c data.c dired.c dispnew.c doc.c doprnt.c editfns.c emacs.c eval.c fileio.c filelock.c filemode.c fns.c fontset.c indent.c insdel.c keyboard.c keymap.c lastfile.c lread.c macros.c marker.c minibuf.c xfaces.c mocklisp.c print.c process.c regex.c scroll.c search.c syntax.c sysdep.c term.c termcap.c tparam.c undo.c unexw32.c window.c xdisp.c casetab.c floatfns.c frame.c gmalloc.c intervals.c ralloc.c textprop.c vm-limit.c region-cache.c strftime.c w32.c w32console.c w32faces.c w32fns.c w32heap.c w32inevt.c w32proc.c w32reg.c w32menu.c w32select.c w32term.c w32xfns.c |
| 133 | 133 | ||
| 134 | # | 134 | # |
| 135 | # These are the lisp files that are loaded up in loadup.el | 135 | # These are the lisp files that are loaded up in loadup.el |
| @@ -242,8 +242,10 @@ install: $(INSTALL_FILES) | |||
| 242 | # Maintenance | 242 | # Maintenance |
| 243 | # | 243 | # |
| 244 | clean:; - $(DEL) *~ *.pdb DOC* | 244 | clean:; - $(DEL) *~ *.pdb DOC* |
| 245 | - $(DEL) *.orig *.rej *.crlf ctags.c | ||
| 245 | - $(DEL_TREE) deleted | 246 | - $(DEL_TREE) deleted |
| 246 | - $(DEL_TREE) $(OBJDIR) | 247 | - $(DEL_TREE) obj |
| 248 | - $(DEL_TREE) obj-spd | ||
| 247 | 249 | ||
| 248 | # | 250 | # |
| 249 | # Headers we would preprocess if we could. | 251 | # Headers we would preprocess if we could. |