diff options
| author | Geoff Voelker | 1999-03-06 02:15:46 +0000 |
|---|---|---|
| committer | Geoff Voelker | 1999-03-06 02:15:46 +0000 |
| commit | 47373a1fdb00d72d8fbea79bc1c868e31db0adfd (patch) | |
| tree | ac01911be81b68129c52de493323bdd03f026874 /src/makefile.nt | |
| parent | 967c164cf7b11e9e22accffccf60ee512421e40f (diff) | |
| download | emacs-47373a1fdb00d72d8fbea79bc1c868e31db0adfd.tar.gz emacs-47373a1fdb00d72d8fbea79bc1c868e31db0adfd.zip | |
Remove common multiple file compilation commands.
Diffstat (limited to 'src/makefile.nt')
| -rw-r--r-- | src/makefile.nt | 11 |
1 files changed, 0 insertions, 11 deletions
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 | |||
| 253 | @- $(AR) -out:$@ $** | 253 | @- $(AR) -out:$@ $** |
| 254 | 254 | ||
| 255 | # | 255 | # |
| 256 | # Object files. | ||
| 257 | # | ||
| 258 | !IF ("$(_NMAKE_VER)" == "$(_NMAKE_VER_4)") | ||
| 259 | .c{$(BLD)}.obj: | ||
| 260 | $(CC) $(CFLAGS) -Fo$(OBJDIR)\i386\ $< | ||
| 261 | !ELSE | ||
| 262 | .c{$(BLD)}.obj:: | ||
| 263 | $(CC) $(CFLAGS) -Fo$(OBJDIR)\i386\ $< | ||
| 264 | !ENDIF | ||
| 265 | |||
| 266 | # | ||
| 267 | # Assuming INSTALL_DIR is defined, build and install emacs in it. | 256 | # Assuming INSTALL_DIR is defined, build and install emacs in it. |
| 268 | # | 257 | # |
| 269 | install: all | 258 | install: all |