]> git.eshelyaron.com Git - emacs.git/commitdiff
New target for installation bin directory.
authorGeoff Voelker <voelker@cs.washington.edu>
Wed, 29 Apr 1998 04:31:59 +0000 (04:31 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Wed, 29 Apr 1998 04:31:59 +0000 (04:31 +0000)
nt/makefile.nt

index 3a9d3ce4cd65db0ca782f4775ab1cc7324478a11..ab1dd5b7fe90422666547e3500ac28d9a02621d0 100644 (file)
@@ -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