summaryrefslogtreecommitdiff
path: root/lib-src/makefile.w32-in
diff options
context:
space:
mode:
authorAndrew Innes <andrewi@gnu.org>2000-11-30 11:57:36 +0000
committerAndrew Innes <andrewi@gnu.org>2000-11-30 11:57:36 +0000
commit88257bc85fdca15caa9f6af0285853ecea691958 (patch)
tree10ef2d02c198c76d46d9454fa745136265abb8e8 /lib-src/makefile.w32-in
parent43281ee3f4b699d86ba12c23871758976c267e74 (diff)
downloademacs-88257bc85fdca15caa9f6af0285853ecea691958.tar.gz
($(BLD)/ebrowse.exe): Use tabs not spaces.
(install): Ditto.
Diffstat (limited to 'lib-src/makefile.w32-in')
-rw-r--r--lib-src/makefile.w32-in4
1 files changed, 2 insertions, 2 deletions
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