aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorEli Zaretskii2001-09-04 11:28:50 +0000
committerEli Zaretskii2001-09-04 11:28:50 +0000
commit83536c16cd4ab21436859ba4d1dfdf2badd6ebbe (patch)
treeeed4af6c0357c063c5e57f7f4fd9135e2aa7220d /nt
parent2d43d82313256ab99373cbad92041356bed0cf91 (diff)
downloademacs-83536c16cd4ab21436859ba4d1dfdf2badd6ebbe.tar.gz
emacs-83536c16cd4ab21436859ba4d1dfdf2badd6ebbe.zip
($(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>.
Diffstat (limited to 'nt')
-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#