summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--leim/makefile.w32-in4
1 files 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: