From 96a32cb4a3254196a57d596fa62fb2555b68d0b7 Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Sun, 3 Sep 2000 22:33:41 +0000 Subject: [PATCH] (install) Fix copying of directories. --- leim/makefile.w32-in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/leim/makefile.w32-in b/leim/makefile.w32-in index 3c41692fe46..8ec885b51cb 100644 --- a/leim/makefile.w32-in +++ b/leim/makefile.w32-in @@ -153,8 +153,8 @@ install: all - $(DEL) $(INSTALL_DIR)/same-dir.tst echo SameDirTest > $(INSTALL_DIR)/same-dir.tst $(IFNOTSAMEDIR) $(CP) leim-list.el $(INSTALLDIR) $(ENDIF) - $(IFNOTSAMEDIR) $(CP_DIR) quail $(INSTALLDIR)/quail $(ENDIF) - $(IFNOTSAMEDIR) $(CP_DIR) ja-dic $(INSTALLDIR)/ja-dic $(ENDIF) + $(IFNOTSAMEDIR) $(CP_DIR) quail $(INSTALLDIR) $(ENDIF) + $(IFNOTSAMEDIR) $(CP_DIR) ja-dic $(INSTALLDIR) $(ENDIF) - $(DEL) $(INSTALL_DIR)/same-dir.tst clean mostlyclean: -- 2.39.2