# HG changeset patch # User Geoff Voelker # Date 893824319 0 # Node ID 50cc84aa5d3c52095a043f3443cfc124cd291da7 # Parent a23ded0202340153e61827d353d321280bdf8daa New target for installation bin directory. diff -r a23ded020234 -r 50cc84aa5d3c nt/makefile.nt --- a/nt/makefile.nt Wed Apr 29 04:31:34 1998 +0000 +++ b/nt/makefile.nt Wed Apr 29 04:31:59 1998 +0000 @@ -83,6 +83,8 @@ $(BUILD_CMD) cd ..\nt +$(INSTALL_DIR)\bin: + - mkdir $(INSTALL_DIR)\bin $(INSTALL_DIR)\bin\emacs.bat: emacs.bat.in echo @echo off > $@ @@ -96,7 +98,9 @@ echo set emacs_dir=$(INSTALL_DIR)>> $@ type debug.bat.in >> $@ -batch_files: $(INSTALL_DIR)\bin\emacs.bat $(INSTALL_DIR)\bin\debug.bat +batch_files: $(INSTALL_DIR)\bin \ + $(INSTALL_DIR)\bin\emacs.bat \ + $(INSTALL_DIR)\bin\debug.bat # # Build and install emacs in INSTALL_DIR