1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-28 10:56:36 +00:00

($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),

since some versions of `mkdir' don't automatically create parent
directories.  From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
This commit is contained in:
Eli Zaretskii 2001-09-04 11:28:50 +00:00
parent 2d43d82313
commit 83536c16cd
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
* makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
since some versions of `mkdir' don't automatically create parent
directories. From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
* subdirs.el: New file.

View File

@ -128,7 +128,7 @@ bootstrap-clean-gmake:
$(INSTALL_DIR):
- mkdir "$(INSTALL_DIR)"
$(INSTALL_DIR)/bin:
$(INSTALL_DIR)/bin: $(INSTALL_DIR)
- mkdir "$(INSTALL_DIR)/bin"
#