aboutsummaryrefslogtreecommitdiffstats
path: root/src/makefile.nt
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile.nt')
-rw-r--r--src/makefile.nt11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/makefile.nt b/src/makefile.nt
index 52cad88d118..b14de87db33 100644
--- a/src/makefile.nt
+++ b/src/makefile.nt
@@ -253,17 +253,6 @@ $(TLASTLIB): $(BLD)\lastfile.obj
253 @- $(AR) -out:$@ $** 253 @- $(AR) -out:$@ $**
254 254
255# 255#
256# Object files.
257#
258!IF ("$(_NMAKE_VER)" == "$(_NMAKE_VER_4)")
259.c{$(BLD)}.obj:
260 $(CC) $(CFLAGS) -Fo$(OBJDIR)\i386\ $<
261!ELSE
262.c{$(BLD)}.obj::
263 $(CC) $(CFLAGS) -Fo$(OBJDIR)\i386\ $<
264!ENDIF
265
266#
267# Assuming INSTALL_DIR is defined, build and install emacs in it. 256# Assuming INSTALL_DIR is defined, build and install emacs in it.
268# 257#
269install: all 258install: all