changeset 1393:9ced34dff720

[xemacs-hg @ 2003-03-30 21:43:01 by adrian] xemacs-21.5: Correct PROBLEMS location in xemacs.mak -------------------- ChangeLog entries follow: -------------------- nt/ChangeLog addition: 2003-03-30 Adrian Aichner <adrian@xemacs.org> * xemacs.mak (install): PROBLEMS is actually in $(SRCROOT).
author adrian
date Sun, 30 Mar 2003 21:43:01 +0000
parents 66ff52b64aab
children e1dfb4fa8623
files nt/ChangeLog nt/xemacs.mak
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/nt/ChangeLog	Sat Mar 29 22:52:19 2003 +0000
+++ b/nt/ChangeLog	Sun Mar 30 21:43:01 2003 +0000
@@ -1,3 +1,7 @@
+2003-03-30  Adrian Aichner  <adrian@xemacs.org>
+
+	* xemacs.mak (install): PROBLEMS is actually in $(SRCROOT).
+
 2003-03-26  Adrian Aichner  <adrian@xemacs.org>
 
 	* xemacs.mak (install): Copy $(BLDLIB_SRC)\PROBLEMS, now that
--- a/nt/xemacs.mak	Sat Mar 29 22:52:19 2003 +0000
+++ b/nt/xemacs.mak	Sun Mar 30 21:43:01 2003 +0000
@@ -1460,7 +1460,7 @@
 	set COPYCMD=/y
 	@echo Installing in $(INSTALL_DIR) ...
 	@echo PlaceHolder > PlaceHolder
-	@$(COPY) $(BLDLIB_SRC)\PROBLEMS "$(INSTALL_DIR)\"
+	@$(COPY) $(SRCROOT)\PROBLEMS "$(INSTALL_DIR)\"
 	@$(COPY) PlaceHolder "$(INSTALL_DIR)\lock\"
 	-$(DEL) "$(INSTALL_DIR)\lock\PlaceHolder"
 	@$(COPY) $(BLDLIB_SRC)\*.exe "$(INSTALL_DIR)\$(EMACS_CONFIGURATION)\"