diff options
Diffstat (limited to 'src/makefile.w32-in')
| -rw-r--r-- | src/makefile.w32-in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index f62c501e1fa..99b1241eab0 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -343,7 +343,7 @@ cleanall: clean | |||
| 343 | ## | 343 | ## |
| 344 | ## This works only with GNU Make. | 344 | ## This works only with GNU Make. |
| 345 | 345 | ||
| 346 | TAGS: $(OBJ0) $(OBJ1) $(OBJ2) $(CURDIR)/m/intel386.h $(CURDIR)/s/ms-w32.h | 346 | TAGS: $(OBJ0) $(OBJ1) $(OBJ2) $(CURDIR)/s/ms-w32.h |
| 347 | $(MAKE) $(MFLAGS) TAGS-$(MAKETYPE) | 347 | $(MAKE) $(MFLAGS) TAGS-$(MAKETYPE) |
| 348 | 348 | ||
| 349 | TAGS-LISP: $(OBJ0) $(OBJ1) $(OBJ2) | 349 | TAGS-LISP: $(OBJ0) $(OBJ1) $(OBJ2) |
| @@ -357,7 +357,7 @@ TAGS-gmake: | |||
| 357 | $(OBJ1_c) | 357 | $(OBJ1_c) |
| 358 | ../lib-src/$(BLD)/etags.exe -a --regex=@../nt/emacs-src.tags \ | 358 | ../lib-src/$(BLD)/etags.exe -a --regex=@../nt/emacs-src.tags \ |
| 359 | $(OBJ2_c) \ | 359 | $(OBJ2_c) \ |
| 360 | $(CURDIR)/*.h $(CURDIR)/m/intel386.h $(CURDIR)/s/ms-w32.h | 360 | $(CURDIR)/*.h $(CURDIR)/s/ms-w32.h |
| 361 | 361 | ||
| 362 | TAGS-nmake: | 362 | TAGS-nmake: |
| 363 | echo This target is not supported with NMake | 363 | echo This target is not supported with NMake |
| @@ -407,7 +407,6 @@ CODING_H = $(SRC)/coding.h \ | |||
| 407 | MS_W32_H = $(SRC)/s/ms-w32.h \ | 407 | MS_W32_H = $(SRC)/s/ms-w32.h \ |
| 408 | $(NT_INC)/sys/stat.h | 408 | $(NT_INC)/sys/stat.h |
| 409 | CONFIG_H = $(SRC)/config.h \ | 409 | CONFIG_H = $(SRC)/config.h \ |
| 410 | $(SRC)/m/intel386.h \ | ||
| 411 | $(MS_W32_H) | 410 | $(MS_W32_H) |
| 412 | DIR_H = $(NT_INC)/sys/dir.h \ | 411 | DIR_H = $(NT_INC)/sys/dir.h \ |
| 413 | $(SRC)/ndir.h | 412 | $(SRC)/ndir.h |