summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormihaylov <mihaylov@epfl.ch>2005-02-23 13:52:23 +0000
committermihaylov <mihaylov@epfl.ch>2005-02-23 13:52:23 +0000
commit2f7726cbc074a3d75a4a2312b91384f1ae152a2f (patch)
tree83102cffb1678a5ed0cb12052482db1b78f4d757
parent47f009d34fb61072eb0c81c93ae0be1ac59acf8e (diff)
downloadscala-2f7726cbc074a3d75a4a2312b91384f1ae152a2f.tar.gz
scala-2f7726cbc074a3d75a4a2312b91384f1ae152a2f.tar.bz2
scala-2f7726cbc074a3d75a4a2312b91384f1ae152a2f.zip
Call CYGWIN_FILE on the name of the directory p...
Call CYGWIN_FILE on the name of the directory passed with the -C option
-rw-r--r--support/make/jar.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/make/jar.mk b/support/make/jar.mk
index 8e3c3618ae..97e4785a82 100644
--- a/support/make/jar.mk
+++ b/support/make/jar.mk
@@ -53,7 +53,7 @@ jar_FLAGS = $(call JAR_LOOKUP,JAR_FLAGS)
jar_ARCHIVE = $(call JAR_LOOKUP,JAR_ARCHIVE)
jar_MANIFEST = $(call JAR_LOOKUP,JAR_MANIFEST)
jar_INPUTDIR = $(call JAR_LOOKUP,JAR_INPUTDIR)
-jar_inputdir = $(jar_INPUTDIR:%=-C %)
+jar_inputdir = $(jar_INPUTDIR:%=-C $(call CYGWIN_FILE,%))
jar_FILES = $(call JAR_LOOKUP,JAR_FILES)
##############################################################################