Changeset 3559

Show
Ignore:
Timestamp:
11/28/04 01:20:27 (4 years ago)
Author:
kit
Message:

* makefile.nt (autoloads): use makefile instead of makefile.nt
(bootstrap-clean): Ditto.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.1/lisp/ChangeLog.Meadow

    r3410 r3559  
     12004-11-28  Shuichi KITAGUCHI  <kit@meadowy.org> 
     2 
     3        * makefile.nt (autoloads): use makefile instead of makefile.nt 
     4        (bootstrap-clean): Ditto. 
     5 
    162004-08-21  MIYOSHI Masanori  <miyoshi@meadowy.org> 
    27 
  • branches/2.1/lisp/makefile.nt

    r3397 r3559  
    172172 
    173173subdirs.el: 
    174         $(MAKE) $(MFLAGS) -f makefile.nt update-subdirs 
     174        $(MAKE) $(MFLAGS) -f makefile update-subdirs 
    175175update-subdirs: doit 
    176176        @set QWINS= 
     
    238238 
    239239bootstrap-clean: 
    240         if exist $(EMACS) $(MAKE) $(MFLAGS) -f makefile.nt autoloads 
     240        if exist $(EMACS) $(MAKE) $(MFLAGS) -f makefile autoloads 
    241241        -for %f in ($(lisp) $(WINS)) do for %g in (%f\*.elc) do @$(DEL) %g 
    242242