Mercurial > emacs
changeset 31358:c4145d3e2822
(install) Fix copying of directories.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Sun, 03 Sep 2000 22:33:41 +0000 |
parents | 9f1ccd1adccf |
children | b0e06b1b3057 |
files | leim/makefile.w32-in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/leim/makefile.w32-in Sun Sep 03 22:30:19 2000 +0000 +++ b/leim/makefile.w32-in Sun Sep 03 22:33:41 2000 +0000 @@ -153,8 +153,8 @@ - $(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: