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 | 68c723aa7cddc1c7f88f65004c846dd8748d56aa (patch) | |
tree | 9a8f818de2645d045d610fe35eaa4d8d69c343bb /lib-src | |
parent | 070d8109321f6e8436784e08eb46188420d11996 (diff) | |
download | emacs-68c723aa7cddc1c7f88f65004c846dd8748d56aa.tar.gz |
(install): Copy wakeup.exe properly.
Diffstat (limited to 'lib-src')
-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 |