aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nt/ChangeLog6
-rw-r--r--nt/makefile.w32-in2
2 files changed, 7 insertions, 1 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index d3500a1f1d8..c15ddcc08ad 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,9 @@
12001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
4 since some versions of `mkdir' don't automatically create parent
5 directories. From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
6
12001-08-31 Eli Zaretskii <eliz@is.elta.co.il> 72001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
2 8
3 * subdirs.el: New file. 9 * subdirs.el: New file.
diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in
index 20dc2a2f95c..166314ce686 100644
--- a/nt/makefile.w32-in
+++ b/nt/makefile.w32-in
@@ -128,7 +128,7 @@ bootstrap-clean-gmake:
128$(INSTALL_DIR): 128$(INSTALL_DIR):
129 - mkdir "$(INSTALL_DIR)" 129 - mkdir "$(INSTALL_DIR)"
130 130
131$(INSTALL_DIR)/bin: 131$(INSTALL_DIR)/bin: $(INSTALL_DIR)
132 - mkdir "$(INSTALL_DIR)/bin" 132 - mkdir "$(INSTALL_DIR)/bin"
133 133
134# 134#