Mercurial > emacs
changeset 34031:fb2af42432a8
($(BLD)/ebrowse.exe): Use tabs not spaces.
(install): Ditto.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Thu, 30 Nov 2000 11:57:19 +0000 |
parents | f9d77d3fc85d |
children | 50b14d8d684b |
files | lib-src/makefile.w32-in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/makefile.w32-in Thu Nov 30 11:56:35 2000 +0000 +++ b/lib-src/makefile.w32-in Thu Nov 30 11:57:19 2000 +0000 @@ -84,7 +84,7 @@ $(BLD)/ntlib.$(O) $(BLD)/ebrowse.exe: $(EBROWSEOBJ) - $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(EBROWSEOBJ) $(LIBS) + $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(EBROWSEOBJ) $(LIBS) $(BLD)/regex.$(O): ../src/regex.c ../src/regex.h ../src/config.h $(CC) $(CFLAGS) -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER \ @@ -226,7 +226,7 @@ install: $(INSTALL_FILES) - mkdir "$(INSTALL_DIR)/bin" $(CP) $(BLD)/etags.exe $(INSTALL_DIR)/bin - $(CP) $(BLD)/ebrowse.exe $(INSTALL_DIR)/bin + $(CP) $(BLD)/ebrowse.exe $(INSTALL_DIR)/bin $(CP) $(BLD)/ctags.exe $(INSTALL_DIR)/bin $(CP) $(BLD)/hexl.exe $(INSTALL_DIR)/bin $(CP) $(BLD)/movemail.exe $(INSTALL_DIR)/bin