diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-06-15 15:30:15 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-06-15 15:30:15 +0000 |
commit | 4161c466305930c4a70040dcab29db15047a3012 (patch) | |
tree | 5ea55ba35ea804281d8afe99a340c6053ce901c6 /lib-src/makefile.nt | |
parent | d0d268f3c03deb47b6c58924b4cf5eb79fa38a2d (diff) | |
download | emacs-4161c466305930c4a70040dcab29db15047a3012.tar.gz |
(install): Copy wakeup.exe properly.
Diffstat (limited to 'lib-src/makefile.nt')
-rw-r--r-- | lib-src/makefile.nt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |