From: Richard M. Stallman Date: Thu, 15 Jun 1995 15:30:15 +0000 (+0000) Subject: (install): Copy wakeup.exe properly. X-Git-Tag: emacs-19.34~3618 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=68c723aa7cddc1c7f88f65004c846dd8748d56aa;p=emacs.git (install): Copy wakeup.exe properly. --- diff --git a/lib-src/makefile.nt b/lib-src/makefile.nt index dbae992ba78..b7ecea9b098 100644 --- a/lib-src/makefile.nt +++ b/lib-src/makefile.nt @@ -172,7 +172,7 @@ install: $(INSTALL_FILES) $(CP) $(BLD)\etags.exe $(INSTALL_DIR)\bin $(CP) $(BLD)\ctags.exe $(INSTALL_DIR)\bin $(CP) $(BLD)\hexl.exe $(INSTALL_DIR)\bin - $(CP) $(BLD)\wakeup.exe $(INSTALL_DIR)\bin\wakeup + $(CP) $(BLD)\wakeup.exe $(INSTALL_DIR)\bin - mkdir $(INSTALL_DIR)\etc $(CP) $(DOC) $(INSTALL_DIR)\etc