(install) Fix copying of directories.
This commit is contained in:
parent
96f492752e
commit
96a32cb4a3
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue