# HG changeset patch # User adrian # Date 1048635945 0 # Node ID 134a4093b1e7f587ddaafdbdad7ace4f46325cab # Parent 20547bbdcf1e0e7c806e6c1044cf2398554391a8 [xemacs-hg @ 2003-03-25 23:45:44 by adrian] [C] [PATCH] xemacs-21.5: Correct xemacs.mak, now that nt/PROBLEMS file is gone -------------------- ChangeLog entries follow: -------------------- nt/ChangeLog addition: 2003-03-26 Adrian Aichner * xemacs.mak (install): Copy $(BLDLIB_SRC)\PROBLEMS, now that nt\PROBLEMS is gone (part of ..\PROBLEMS now). diff -r 20547bbdcf1e -r 134a4093b1e7 nt/ChangeLog --- a/nt/ChangeLog Tue Mar 25 23:09:56 2003 +0000 +++ b/nt/ChangeLog Tue Mar 25 23:45:45 2003 +0000 @@ -1,3 +1,8 @@ +2003-03-26 Adrian Aichner + + * xemacs.mak (install): Copy $(BLDLIB_SRC)\PROBLEMS, now that + nt\PROBLEMS is gone (part of ..\PROBLEMS now). + 2003-03-22 Adrian Aichner * xemacs.mak (installation): Restore version convention in diff -r 20547bbdcf1e -r 134a4093b1e7 nt/xemacs.mak --- a/nt/xemacs.mak Tue Mar 25 23:09:56 2003 +0000 +++ b/nt/xemacs.mak Tue Mar 25 23:45:45 2003 +0000 @@ -1460,7 +1460,7 @@ set COPYCMD=/y @echo Installing in $(INSTALL_DIR) ... @echo PlaceHolder > PlaceHolder - @$(COPY) PROBLEMS "$(INSTALL_DIR)\" + @$(COPY) $(BLDLIB_SRC)\PROBLEMS "$(INSTALL_DIR)\" @$(COPY) PlaceHolder "$(INSTALL_DIR)\lock\" -$(DEL) "$(INSTALL_DIR)\lock\PlaceHolder" @$(COPY) $(BLDLIB_SRC)\*.exe "$(INSTALL_DIR)\$(EMACS_CONFIGURATION)\"