summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-01-18 15:02:53 +0000
committermichelou <michelou@epfl.ch>2006-01-18 15:02:53 +0000
commit5416b938cb44619966d4419f8baa5eaaa274792b (patch)
tree37f453a0d676eaf7a2819badca43aaffa9c4c4b5
parent4f4137f6819c4b298e040a9b4b8222c5cdb4849e (diff)
downloadscala-1.4.0+4.tar.gz
scala-1.4.0+4.tar.bz2
scala-1.4.0+4.zip
- moved call to $(UNIX2DOS) on a separate line ...v1.4.0+4
- moved call to $(UNIX2DOS) on a separate line to avoid conversion errors
-rw-r--r--Makefile.distrib3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.distrib b/Makefile.distrib
index d85ebb282d..4219b77ddc 100644
--- a/Makefile.distrib
+++ b/Makefile.distrib
@@ -263,7 +263,8 @@ install-windows : install
$(ECHO) "set _VERSION=$(INSTALL_VERSION)"; \
$(ECHO) "set _COMMAND=$$winexec"; \
$(CAT) "$$srcfile-footer.bat"; \
- ) | $(UNIX2DOS) >> "$$winfile"; \
+ ) >> "$$winfile"; \
+ $(UNIX2DOS) $$winfile; \
$(ECHO) "done"; \
done; \
for name in "" $(SCRIPTS_ALIASES_NAMES); do \