changeset 26534:cbf1bc5bceab

(all): Build leim if present. (install): Install leim if present. (clean): Clean leim if present.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 22 Nov 1999 14:36:35 +0000
parents 18100552e1d4
children 4c7c77193f79
files nt/makefile.nt
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/nt/makefile.nt	Mon Nov 22 13:22:55 1999 +0000
+++ b/nt/makefile.nt	Mon Nov 22 14:36:35 1999 +0000
@@ -90,6 +90,8 @@
 		$(BUILD_CMD)
 		cd ..\lisp
 		$(BUILD_CMD)
+		cd ..\leim
+		if exist makefile.nt $(BUILD_CMD)
 		cd ..\nt
 
 $(INSTALL_DIR):
@@ -126,6 +128,8 @@
 		$(INSTALL_CMD)
 		cd ..\lisp
 		$(INSTALL_CMD)
+		cd ..\leim
+		if exist makefile.nt $(INSTALL_CMD)
 		cd ..\nt		
 		- $(CP) $(BLD)\addpm.exe $(INSTALL_DIR)\bin
 		- $(CP) $(BLD)\ddeclient.exe $(INSTALL_DIR)\bin
@@ -199,4 +203,6 @@
 		$(CLEAN_CMD)
 		cd ..\lisp
 		$(CLEAN_CMD)
+		cd ..\leim
+		if exist makefile.nt $(CLEAN_CMD)
 		cd ..\nt