diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1999-03-06 02:15:46 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1999-03-06 02:15:46 +0000 |
commit | f2d081e2a4882f5863f7ee49ffb578063af217c9 (patch) | |
tree | 4ce7efbb6761b1545803fe30cfb87294087f32de /lib-src | |
parent | 1fe76b3ae70ddc8bbcf7ba08de8bed1e9bec72a3 (diff) | |
download | emacs-f2d081e2a4882f5863f7ee49ffb578063af217c9.tar.gz |
Remove common multiple file compilation commands.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/makefile.nt | 8 |
1 files changed, 0 insertions, 8 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 # |