aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nt/makefile.w32-in2
1 files changed, 2 insertions, 0 deletions
diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in
index 05e9a665879..c8b94a639a0 100644
--- a/nt/makefile.w32-in
+++ b/nt/makefile.w32-in
@@ -211,6 +211,8 @@ install: all $(INSTALL_DIR)/bin install-other-dirs-$(MAKETYPE)
211 $(IFNOTSAMEDIR) $(CP_DIR) ../etc $(INSTALL_DIR) $(ENDIF) 211 $(IFNOTSAMEDIR) $(CP_DIR) ../etc $(INSTALL_DIR) $(ENDIF)
212 - $(CP_DIR) icons $(INSTALL_DIR)/etc 212 - $(CP_DIR) icons $(INSTALL_DIR)/etc
213 $(IFNOTSAMEDIR) $(CP_DIR) ../info $(INSTALL_DIR) $(ENDIF) 213 $(IFNOTSAMEDIR) $(CP_DIR) ../info $(INSTALL_DIR) $(ENDIF)
214 $(IFNOTSAMEDIR) $(CP) ../COPYING $(INSTALL_DIR) $(ENDIF)
215 - $(CP) ../COPYING $(INSTALL_DIR)/bin
214 - $(DEL) ../same-dir.tst 216 - $(DEL) ../same-dir.tst
215 - $(DEL) $(INSTALL_DIR)/same-dir.tst 217 - $(DEL) $(INSTALL_DIR)/same-dir.tst
216 218