Mercurial > hg > xemacs-beta
changeset 1382:134a4093b1e7
[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 <adrian@xemacs.org>
* xemacs.mak (install): Copy $(BLDLIB_SRC)\PROBLEMS, now that
nt\PROBLEMS is gone (part of ..\PROBLEMS now).
author | adrian |
---|---|
date | Tue, 25 Mar 2003 23:45:45 +0000 |
parents | 20547bbdcf1e |
children | 517919955e3f |
files | nt/ChangeLog nt/xemacs.mak |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <adrian@xemacs.org> + + * xemacs.mak (install): Copy $(BLDLIB_SRC)\PROBLEMS, now that + nt\PROBLEMS is gone (part of ..\PROBLEMS now). + 2003-03-22 Adrian Aichner <adrian@xemacs.org> * xemacs.mak (installation): Restore version convention in
--- 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)\"