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 | 47373a1fdb00d72d8fbea79bc1c868e31db0adfd (patch) | |
tree | ac01911be81b68129c52de493323bdd03f026874 /lib-src | |
parent | 967c164cf7b11e9e22accffccf60ee512421e40f (diff) | |
download | emacs-47373a1fdb00d72d8fbea79bc1c868e31db0adfd.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 # |