changeset 39113:21c599d3bce3

($(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>.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 04 Sep 2001 11:28:36 +0000
parents e85fba38dc18
children b2138f010a06
files nt/makefile.w32-in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/nt/makefile.w32-in	Tue Sep 04 09:34:50 2001 +0000
+++ b/nt/makefile.w32-in	Tue Sep 04 11:28:36 2001 +0000
@@ -128,7 +128,7 @@
 $(INSTALL_DIR):
 	- mkdir "$(INSTALL_DIR)"
 
-$(INSTALL_DIR)/bin:
+$(INSTALL_DIR)/bin: $(INSTALL_DIR)
 	- mkdir "$(INSTALL_DIR)/bin"
 
 #