diff src/makefile.nt @ 24444:3e294a7e67de

Remove common multiple file compilation commands.
author Geoff Voelker <voelker@cs.washington.edu>
date Sat, 06 Mar 1999 02:15:46 +0000
parents 18002ef8ce0d
children e422a11cf832
line wrap: on
line diff
--- a/src/makefile.nt	Sat Mar 06 02:14:28 1999 +0000
+++ b/src/makefile.nt	Sat Mar 06 02:15:46 1999 +0000
@@ -253,17 +253,6 @@
   		@- $(AR) -out:$@ $**
 
 #
-# Object files.
-#
-!IF ("$(_NMAKE_VER)" == "$(_NMAKE_VER_4)")
-.c{$(BLD)}.obj:
-		$(CC) $(CFLAGS) -Fo$(OBJDIR)\i386\ $<
-!ELSE
-.c{$(BLD)}.obj::
-		$(CC) $(CFLAGS) -Fo$(OBJDIR)\i386\ $<
-!ENDIF
-
-#
 # Assuming INSTALL_DIR is defined, build and install emacs in it.
 #
 install:        all