diff nt/xemacs.mak @ 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 134a4093b1e7
children 5c8854104e13
line wrap: on
line diff
--- 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)\"