Mercurial > hg > xemacs-beta
diff nt/xemacs.mak @ 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 | 49cfb333a12a |
children | 9ced34dff720 |
line wrap: on
line diff
--- 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)\"