diff options
author | Andrew Innes <andrewi@gnu.org> | 2000-11-30 11:57:36 +0000 |
---|---|---|
committer | Andrew Innes <andrewi@gnu.org> | 2000-11-30 11:57:36 +0000 |
commit | 88257bc85fdca15caa9f6af0285853ecea691958 (patch) | |
tree | 10ef2d02c198c76d46d9454fa745136265abb8e8 | |
parent | 43281ee3f4b699d86ba12c23871758976c267e74 (diff) | |
download | emacs-88257bc85fdca15caa9f6af0285853ecea691958.tar.gz |
($(BLD)/ebrowse.exe): Use tabs not spaces.
(install): Ditto.
-rw-r--r-- | lib-src/ChangeLog | 5 | ||||
-rw-r--r-- | 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 <andrewi@gnu.org> + + * makefile.w32-in ($(BLD)/ebrowse.exe): Use tabs not spaces. + (install): Ditto. + 2000-11-23 Jason Rumney <jasonr@gnu.org> * 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 |