aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorAndrew Innes2000-11-30 11:57:36 +0000
committerAndrew Innes2000-11-30 11:57:36 +0000
commit88257bc85fdca15caa9f6af0285853ecea691958 (patch)
tree10ef2d02c198c76d46d9454fa745136265abb8e8 /lib-src
parent43281ee3f4b699d86ba12c23871758976c267e74 (diff)
downloademacs-88257bc85fdca15caa9f6af0285853ecea691958.tar.gz
emacs-88257bc85fdca15caa9f6af0285853ecea691958.zip
($(BLD)/ebrowse.exe): Use tabs not spaces.
(install): Ditto.
Diffstat (limited to 'lib-src')
-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 d2a294d8646..52383f26094 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,8 @@
12000-11-30 Andrew Innes <andrewi@gnu.org>
2
3 * makefile.w32-in ($(BLD)/ebrowse.exe): Use tabs not spaces.
4 (install): Ditto.
5
12000-11-23 Jason Rumney <jasonr@gnu.org> 62000-11-23 Jason Rumney <jasonr@gnu.org>
2 7
3 * makefile.w32-in: Add targets for ebrowse.exe. 8 * 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) \
84 $(BLD)/ntlib.$(O) 84 $(BLD)/ntlib.$(O)
85 85
86$(BLD)/ebrowse.exe: $(EBROWSEOBJ) 86$(BLD)/ebrowse.exe: $(EBROWSEOBJ)
87 $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(EBROWSEOBJ) $(LIBS) 87 $(LINK) $(LINK_OUT)$@ $(LINK_FLAGS) $(EBROWSEOBJ) $(LIBS)
88 88
89$(BLD)/regex.$(O): ../src/regex.c ../src/regex.h ../src/config.h 89$(BLD)/regex.$(O): ../src/regex.c ../src/regex.h ../src/config.h
90 $(CC) $(CFLAGS) -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER \ 90 $(CC) $(CFLAGS) -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER \
@@ -226,7 +226,7 @@ INSTALL_FILES = $(ALL)
226install: $(INSTALL_FILES) 226install: $(INSTALL_FILES)
227 - mkdir "$(INSTALL_DIR)/bin" 227 - mkdir "$(INSTALL_DIR)/bin"
228 $(CP) $(BLD)/etags.exe $(INSTALL_DIR)/bin 228 $(CP) $(BLD)/etags.exe $(INSTALL_DIR)/bin
229 $(CP) $(BLD)/ebrowse.exe $(INSTALL_DIR)/bin 229 $(CP) $(BLD)/ebrowse.exe $(INSTALL_DIR)/bin
230 $(CP) $(BLD)/ctags.exe $(INSTALL_DIR)/bin 230 $(CP) $(BLD)/ctags.exe $(INSTALL_DIR)/bin
231 $(CP) $(BLD)/hexl.exe $(INSTALL_DIR)/bin 231 $(CP) $(BLD)/hexl.exe $(INSTALL_DIR)/bin
232 $(CP) $(BLD)/movemail.exe $(INSTALL_DIR)/bin 232 $(CP) $(BLD)/movemail.exe $(INSTALL_DIR)/bin