From: Juanma Barranquero Date: Tue, 22 May 2012 16:42:08 +0000 (+0200) Subject: src/makefile.w32-in: Follow-up to 2012-05-22T16:20:27Z!eggert@cs.ucla.edu. X-Git-Tag: emacs-24.2.90~471^2~6^2~110^2~23 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=584461b299fdbf77138a7b25a070b767474e5b70;p=emacs.git src/makefile.w32-in: Follow-up to 2012-05-22T16:20:27Z!eggert@cs.ucla.edu. (TAGS, TAGS-gmake, CONFIG_H): Remove further references to m/intel386.h. --- diff --git a/src/ChangeLog b/src/ChangeLog index 784544bae6d..b3eca215245 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2012-05-22 Juanma Barranquero + + * makefile.w32-in: Follow-up to 2012-05-22T16:20:27Z!eggert@cs.ucla.edu. + (TAGS, TAGS-gmake, CONFIG_H): Remove further references to m/intel386.h. + 2012-05-22 Paul Eggert Remove src/m/*. 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 ## ## This works only with GNU Make. -TAGS: $(OBJ0) $(OBJ1) $(OBJ2) $(CURDIR)/m/intel386.h $(CURDIR)/s/ms-w32.h +TAGS: $(OBJ0) $(OBJ1) $(OBJ2) $(CURDIR)/s/ms-w32.h $(MAKE) $(MFLAGS) TAGS-$(MAKETYPE) TAGS-LISP: $(OBJ0) $(OBJ1) $(OBJ2) @@ -357,7 +357,7 @@ TAGS-gmake: $(OBJ1_c) ../lib-src/$(BLD)/etags.exe -a --regex=@../nt/emacs-src.tags \ $(OBJ2_c) \ - $(CURDIR)/*.h $(CURDIR)/m/intel386.h $(CURDIR)/s/ms-w32.h + $(CURDIR)/*.h $(CURDIR)/s/ms-w32.h TAGS-nmake: echo This target is not supported with NMake @@ -407,7 +407,6 @@ CODING_H = $(SRC)/coding.h \ MS_W32_H = $(SRC)/s/ms-w32.h \ $(NT_INC)/sys/stat.h CONFIG_H = $(SRC)/config.h \ - $(SRC)/m/intel386.h \ $(MS_W32_H) DIR_H = $(NT_INC)/sys/dir.h \ $(SRC)/ndir.h