changeset 74819:264d896c17ba

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Fri, 22 Dec 2006 21:04:40 +0000
parents ed080f337853
children e50355d072ce
files lib-src/ChangeLog nt/ChangeLog src/ChangeLog
diffstat 3 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/ChangeLog	Fri Dec 22 21:04:00 2006 +0000
+++ b/lib-src/ChangeLog	Fri Dec 22 21:04:40 2006 +0000
@@ -8,6 +8,7 @@
 	($(BLD)/test-distrib.$(O) $(GETOPTOBJS) $(MOVEMAILOBJS))
 	($(BLD)/emacsclient.$(O) $(BLD)/etags.$(O) $(BLD)/regex.$(O))
 	($(BLD)/ebrowse.$(O) $(BLD)/ctags.$(O)): Depend on stamp_BLD.
+	(clean): Delete stamp_BLD.
 
 2006-12-20  Francesco Potort,Al(B  <pot@gnu.org>
 
--- a/nt/ChangeLog	Fri Dec 22 21:04:00 2006 +0000
+++ b/nt/ChangeLog	Fri Dec 22 21:04:40 2006 +0000
@@ -4,6 +4,7 @@
 	command-line argument to sub-Make in src, since src/makefile.w32-in
 	invokes Make recursively during bootstrap.
 	(clean): Delete stamp_BLD.
+	(bootstrap): Make `all' explicitly in a recursive Make.
 
 	* gmake.defs (stamp_BLD): Rename from $(BLD).  Create a file
 	stamp_BLD after creating the $(BLD) directory.
--- a/src/ChangeLog	Fri Dec 22 21:04:00 2006 +0000
+++ b/src/ChangeLog	Fri Dec 22 21:04:40 2006 +0000
@@ -4,7 +4,7 @@
 	$(BLD).
 	($(OBJ0) $(OBJ1) $(WIN32OBJ)): New dependency on stamp_BLD.
 	(bootstrap-temacs): Pass $(XMFLAGS) to sub-make.
-	($(OBJ0) $(OBJ1) $(WIN32OBJ) lastfile.$(O)): Add lastfile.$(O).
+	($(OBJ0) $(OBJ1) $(WIN32OBJ)): Add lastfile.$(O) and firstfile.$(O).
 	(clean): Delete stamp_BLD.
 
 2006-12-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>