*** empty log message ***
authorEli Zaretskii <eliz@gnu.org>
Fri, 22 Dec 2006 20:39:23 +0000 (20:39 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 22 Dec 2006 20:39:23 +0000 (20:39 +0000)
nt/ChangeLog
src/ChangeLog

index 3ce2685..bd2591d 100644 (file)
@@ -3,6 +3,7 @@
        * makefile.w32-in (bootstrap-gmake): Pass XMFLAGS="$(XMFLAGS)"
        command-line argument to sub-Make in src, since src/makefile.w32-in
        invokes Make recursively during bootstrap.
+       (clean): Delete stamp_BLD.
 
        * gmake.defs (stamp_BLD): Rename from $(BLD).  Create a file
        stamp_BLD after creating the $(BLD) directory.
index 717e6dc..cbf9bc8 100644 (file)
@@ -5,6 +5,7 @@
        ($(OBJ0) $(OBJ1) $(WIN32OBJ)): New dependency on stamp_BLD.
        (bootstrap-temacs): Pass $(XMFLAGS) to sub-make.
        ($(OBJ0) $(OBJ1) $(WIN32OBJ) lastfile.$(O)): Add lastfile.$(O).
+       (clean): Delete stamp_BLD.
 
 2006-12-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>