From: Eli Zaretskii Date: Fri, 22 Dec 2006 21:04:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.93~490 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6808dce14b966988dd2884e8e93fc63a988bda45;p=emacs.git *** empty log message *** --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index c58bf9177c9..69c09e7535d 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -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 diff --git a/nt/ChangeLog b/nt/ChangeLog index bd2591d15ba..b7621c63a26 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -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. diff --git a/src/ChangeLog b/src/ChangeLog index cbf9bc8182c..b335cf0a291 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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