1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00

($(BLD)/ebrowse.exe): Use tabs not spaces.

(install): Ditto.
This commit is contained in:
Andrew Innes 2000-11-30 11:57:36 +00:00
parent 43281ee3f4
commit 88257bc85f
2 changed files with 7 additions and 2 deletions

View File

@ -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.

View File

@ -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