From 4161c466305930c4a70040dcab29db15047a3012 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 15 Jun 1995 15:30:15 +0000 Subject: (install): Copy wakeup.exe properly. --- lib-src/makefile.nt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1