]> code.delx.au - gnu-emacs/commitdiff
($(BLD)/ebrowse.exe): Use tabs not spaces.
authorAndrew Innes <andrewi@gnu.org>
Thu, 30 Nov 2000 11:57:36 +0000 (11:57 +0000)
committerAndrew Innes <andrewi@gnu.org>
Thu, 30 Nov 2000 11:57:36 +0000 (11:57 +0000)
(install): Ditto.

lib-src/ChangeLog
lib-src/makefile.w32-in

index d2a294d8646533a8baa8f47cfff853401441422b..52383f2609416c1a837e77b29f88d805dd213ce7 100644 (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.
index 807aca6e48942b086c8e26d8e796290a107b44ed..5450e8ce0bd1d9c4a283b82076738565fcc244b6 100644 (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