summaryrefslogtreecommitdiff
path: root/Makefile.distrib
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2005-05-02 14:51:53 +0000
committermichelou <michelou@epfl.ch>2005-05-02 14:51:53 +0000
commitd86d471f887d065257b0ed8d6bab4cce4428465f (patch)
tree2837e331e06e3ff31bbb3b11f4227498e0fefb50 /Makefile.distrib
parentb3e4299f6628f54ab9930ae99092a0f0c0f56892 (diff)
downloadscala-d86d471f887d065257b0ed8d6bab4cce4428465f.tar.gz
scala-d86d471f887d065257b0ed8d6bab4cce4428465f.tar.bz2
scala-d86d471f887d065257b0ed8d6bab4cce4428465f.zip
- moved redefinition of UNIX2DOS to Makefile.pr...
- moved redefinition of UNIX2DOS to Makefile.private on Cygwin.
Diffstat (limited to 'Makefile.distrib')
-rw-r--r--Makefile.distrib4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.distrib b/Makefile.distrib
index 9cd87d1bb2..5aa71d864a 100644
--- a/Makefile.distrib
+++ b/Makefile.distrib
@@ -69,10 +69,6 @@ TEST_LIST += $(call READLIST,$(PROJECT_LISTDIR)/test.lst)
TEST_FILES = $(TEST_LIST:%=$(TEST_ROOT)/%)
##############################################################################
-
-UNIX2DOS ?= $(if $CYGWIN_TEST),unix2dos -D,$(RECODE) ..pc)
-
-##############################################################################
# beta versions
##############################################################################