diff options
-rw-r--r-- | lib-src/makefile.nt | 8 | ||||
-rw-r--r-- | nt/makefile.nt | 8 | ||||
-rw-r--r-- | src/makefile.nt | 11 |
3 files changed, 0 insertions, 27 deletions
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 @@ -253,17 +253,6 @@ $(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. # install: all |