Mercurial > emacs
changeset 21824:50cc84aa5d3c
New target for installation bin directory.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Wed, 29 Apr 1998 04:31:59 +0000 |
parents | a23ded020234 |
children | 697991d2a2c4 |
files | nt/makefile.nt |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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