summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-05-07 20:17:48 +0000
committerRichard M. Stallman <rms@gnu.org>1995-05-07 20:17:48 +0000
commitca029c3ce6ffe5db2cde2a2274ed2f192bb94186 (patch)
tree96f9c6e4ef81234f5f71b9ff313f70cb5d9689bc
parentd8aaa83cde9b5133f50edda2add7a8ccf433efa0 (diff)
downloademacs-ca029c3ce6ffe5db2cde2a2274ed2f192bb94186.tar.gz
(obj): Use .c files.
-rw-r--r--lib-src/makefile.nt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/makefile.nt b/lib-src/makefile.nt
index 2976111cfa7..b8e9a9c6d4f 100644
--- a/lib-src/makefile.nt
+++ b/lib-src/makefile.nt
@@ -98,7 +98,7 @@ $(BLD)\etags.exe: $(LIBS) $(ETAGSOBJ)
#
# From ..\makefile.nt, with .obj changed to .o
#
-obj = abbrev.o alloc.o alloca.o buffer.o bytecode.o callint.o callproc.o casefiddle.o cm.o cmds.o data.o dired.o dispnew.o doc.o doprnt.o editfns.o eval.o fileio.o filelock.o filemode.o fns.o indent.o insdel.o keyboard.o keymap.o lastfile.o lread.o macros.o marker.o minibuf.o xfaces.o mocklisp.o nt.o ntheap.o ntinevt.o ntproc.o ntterm.o print.o process.o regex.o scroll.o search.o syntax.o sysdep.o term.o termcap.o tparam.o undo.o unexnt.o window.o xdisp.o casetab.o floatfns.o frame.o gmalloc.o intervals.o ralloc.o textprop.o vm-limit.o region-cache.o strftime.o
+obj = abbrev.c alloc.c alloca.c buffer.c bytecode.c callint.c callproc.c casefiddle.c cm.c cmds.c data.c dired.c dispnew.c doc.c doprnt.c editfns.c eval.c fileio.c filelock.c filemode.c fns.c indent.c insdel.c keyboard.c keymap.c lastfile.c lread.c macros.c marker.c minibuf.c xfaces.c mocklisp.c nt.c ntheap.c ntinevt.c ntproc.c ntterm.c print.c process.c regex.c scroll.c search.c syntax.c sysdep.c term.c termcap.c tparam.c undo.c unexnt.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
lispdir = ..\lisp