diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1998-04-29 04:31:59 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1998-04-29 04:31:59 +0000 |
commit | 051024111a5e938d5f502b780668b1aaf7dd2f7f (patch) | |
tree | a661e6f38373badb6e470602309d7aa9da7f6481 /nt | |
parent | e447c636bc5192697a205056756047294a716035 (diff) | |
download | emacs-051024111a5e938d5f502b780668b1aaf7dd2f7f.tar.gz |
New target for installation bin directory.
Diffstat (limited to 'nt')
-rw-r--r-- | nt/makefile.nt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/nt/makefile.nt b/nt/makefile.nt index 3a9d3ce4cd6..ab1dd5b7fe9 100644 --- a/nt/makefile.nt +++ b/nt/makefile.nt @@ -83,6 +83,8 @@ all: $(BLD) $(ALL) $(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 @@ $(INSTALL_DIR)\bin\debug.bat: debug.bat.in 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 |