From 88257bc85fdca15caa9f6af0285853ecea691958 Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Thu, 30 Nov 2000 11:57:36 +0000 Subject: [PATCH] ($(BLD)/ebrowse.exe): Use tabs not spaces. (install): Ditto. --- lib-src/ChangeLog | 5 +++++ lib-src/makefile.w32-in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index d2a294d8646..52383f26094 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,8 @@ +2000-11-30 Andrew Innes + + * makefile.w32-in ($(BLD)/ebrowse.exe): Use tabs not spaces. + (install): Ditto. + 2000-11-23 Jason Rumney * makefile.w32-in: Add targets for ebrowse.exe. diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 807aca6e489..5450e8ce0bd 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -84,7 +84,7 @@ EBROWSEOBJ = $(BLD)/ebrowse.$(O) \ $(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_FILES = $(ALL) 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