[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r108342: src/makefile.w32-in: Follow-
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r108342: src/makefile.w32-in: Follow-up to revno:108341. |
Date: |
Tue, 22 May 2012 18:42:08 +0200 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 108342
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Tue 2012-05-22 18:42:08 +0200
message:
src/makefile.w32-in: Follow-up to revno:108341.
(TAGS, TAGS-gmake, CONFIG_H): Remove further references to m/intel386.h.
modified:
src/ChangeLog
src/makefile.w32-in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog 2012-05-22 16:20:27 +0000
+++ b/src/ChangeLog 2012-05-22 16:42:08 +0000
@@ -1,3 +1,8 @@
+2012-05-22 Juanma Barranquero <address@hidden>
+
+ * makefile.w32-in: Follow-up to revno:108341.
+ (TAGS, TAGS-gmake, CONFIG_H): Remove further references to m/intel386.h.
+
2012-05-22 Paul Eggert <address@hidden>
Remove src/m/*.
=== modified file 'src/makefile.w32-in'
--- a/src/makefile.w32-in 2012-05-10 14:34:43 +0000
+++ b/src/makefile.w32-in 2012-05-22 16:42:08 +0000
@@ -343,7 +343,7 @@
##
## 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 @@
$(OBJ1_c)
../lib-src/$(BLD)/etags.exe -a address@hidden/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 @@
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r108342: src/makefile.w32-in: Follow-up to revno:108341.,
Juanma Barranquero <=