aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Innes <[email protected]>2000-11-30 11:57:36 +0000
committerAndrew Innes <[email protected]>2000-11-30 11:57:36 +0000
commit88257bc85fdca15caa9f6af0285853ecea691958 (patch)
tree10ef2d02c198c76d46d9454fa745136265abb8e8
parent43281ee3f4b699d86ba12c23871758976c267e74 (diff)
($(BLD)/ebrowse.exe): Use tabs not spaces.
(install): Ditto.
-rw-r--r--lib-src/ChangeLog5
-rw-r--r--lib-src/makefile.w32-in4
2 files changed, 7 insertions, 2 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index d2a294d864..52383f2609 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,8 @@
+2000-11-30 Andrew Innes <[email protected]>
+
+ * makefile.w32-in ($(BLD)/ebrowse.exe): Use tabs not spaces.
+ (install): Ditto.
+
2000-11-23 Jason Rumney <[email protected]>
* makefile.w32-in: Add targets for ebrowse.exe.
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index 807aca6e48..5450e8ce0b 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