From: Geoff Voelker Date: Sat, 6 Mar 1999 02:15:46 +0000 (+0000) Subject: Remove common multiple file compilation commands. X-Git-Tag: emacs-20.4~505 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=47373a1fdb00d72d8fbea79bc1c868e31db0adfd;p=emacs.git Remove common multiple file compilation commands. --- diff --git a/lib-src/makefile.nt b/lib-src/makefile.nt index e3c1a2ef5de..0962025ec41 100644 --- a/lib-src/makefile.nt +++ b/lib-src/makefile.nt @@ -217,14 +217,6 @@ $(DOC): $(BLD)\make-docfile.exe {$(BLD)}.obj{$(BLD)}.exe: $(LINK) -out:$@ $(LINK_FLAGS) $*.obj $(LIBS) -!IF ("$(_NMAKE_VER)" == "$(_NMAKE_VER_4)") -.c{$(BLD)}.obj: - $(CC) $(CFLAGS) -Fo$(OBJDIR)\i386\ $< -!ELSE -.c{$(BLD)}.obj:: - $(CC) $(CFLAGS) -Fo$(OBJDIR)\i386\ $< -!ENDIF - # # Build the executables # diff --git a/nt/makefile.nt b/nt/makefile.nt index 3205b5f552a..a156993540a 100644 --- a/nt/makefile.nt +++ b/nt/makefile.nt @@ -29,14 +29,6 @@ TRES = $(BLD)\emacs.res TRES = $(BLD)\emacs.rbj !endif -!IF ("$(_NMAKE_VER)" == "$(_NMAKE_VER_4)") -.c{$(BLD)}.obj: - $(CC) $(CFLAGS) -Fo$(OBJDIR)\i386\ $< -!ELSE -.c{$(BLD)}.obj:: - $(CC) $(CFLAGS) -Fo$(OBJDIR)\i386\ $< -!ENDIF - addpm: $(BLD) $(BLD)\addpm.exe $(BLD)\addpm.obj: addpm.c $(BLD)\addpm.exe: $(BLD)\addpm.obj diff --git a/src/makefile.nt b/src/makefile.nt index 52cad88d118..b14de87db33 100644 --- a/src/makefile.nt +++ b/src/makefile.nt @@ -252,17 +252,6 @@ $(TLIBW32): $(WIN32OBJ) $(TLASTLIB): $(BLD)\lastfile.obj @- $(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. #