diff options
| author | Eli Zaretskii <eliz@gnu.org> | 2006-12-22 21:04:40 +0000 |
|---|---|---|
| committer | Eli Zaretskii <eliz@gnu.org> | 2006-12-22 21:04:40 +0000 |
| commit | 6808dce14b966988dd2884e8e93fc63a988bda45 (patch) | |
| tree | dd6e47e2af516492dedb31be03ef101a3cda6209 | |
| parent | bcec4f72591347fdba720a27ac42826b0eb6bdd7 (diff) | |
| download | emacs-6808dce14b966988dd2884e8e93fc63a988bda45.tar.gz | |
*** empty log message ***
| -rw-r--r-- | lib-src/ChangeLog | 1 | ||||
| -rw-r--r-- | nt/ChangeLog | 1 | ||||
| -rw-r--r-- | src/ChangeLog | 2 |
3 files changed, 3 insertions, 1 deletions
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 <pot@gnu.org> 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 <mituharu@math.s.chiba-u.ac.jp> |
