Mercurial > emacs
changeset 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 | ff5935fc211c |
children | 67c1b0766236 |
files | lib-src/makefile.nt nt/makefile.nt src/makefile.nt |
diffstat | 3 files changed, 0 insertions(+), 27 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/makefile.nt Sat Mar 06 02:14:28 1999 +0000 +++ b/lib-src/makefile.nt Sat Mar 06 02:15:46 1999 +0000 @@ -217,14 +217,6 @@ {$(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 #
--- a/nt/makefile.nt Sat Mar 06 02:14:28 1999 +0000 +++ b/nt/makefile.nt Sat Mar 06 02:15:46 1999 +0000 @@ -29,14 +29,6 @@ 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
--- 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