diff options
| -rw-r--r-- | leim/makefile.w32-in | 4 |
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 | |||
| 153 | - $(DEL) $(INSTALL_DIR)/same-dir.tst | 153 | - $(DEL) $(INSTALL_DIR)/same-dir.tst |
| 154 | echo SameDirTest > $(INSTALL_DIR)/same-dir.tst | 154 | echo SameDirTest > $(INSTALL_DIR)/same-dir.tst |
| 155 | $(IFNOTSAMEDIR) $(CP) leim-list.el $(INSTALLDIR) $(ENDIF) | 155 | $(IFNOTSAMEDIR) $(CP) leim-list.el $(INSTALLDIR) $(ENDIF) |
| 156 | $(IFNOTSAMEDIR) $(CP_DIR) quail $(INSTALLDIR)/quail $(ENDIF) | 156 | $(IFNOTSAMEDIR) $(CP_DIR) quail $(INSTALLDIR) $(ENDIF) |
| 157 | $(IFNOTSAMEDIR) $(CP_DIR) ja-dic $(INSTALLDIR)/ja-dic $(ENDIF) | 157 | $(IFNOTSAMEDIR) $(CP_DIR) ja-dic $(INSTALLDIR) $(ENDIF) |
| 158 | - $(DEL) $(INSTALL_DIR)/same-dir.tst | 158 | - $(DEL) $(INSTALL_DIR)/same-dir.tst |
| 159 | 159 | ||
| 160 | clean mostlyclean: | 160 | clean mostlyclean: |