summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorbjorn <bjorn@bringert.net>2008-06-25 17:20:16 +0000
committerbjorn <bjorn@bringert.net>2008-06-25 17:20:16 +0000
commit53a8693f3aead05bd0033c9577a0d3dd3f7c55df (patch)
treeb9d8578907d2d2e8e50b71ddef8c382d8b414985 /src/Makefile
parente9e80fc389365e24d4300d7d5390c7d833a96c50 (diff)
quote stirng in getDataDir as generated by make today
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 08de81434..14a2c54ad 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -144,7 +144,7 @@ today:
echo '{-# NOINLINE version #-}' >> Paths_gf.hs
echo 'version :: Version' >> Paths_gf.hs
echo 'version = Version {versionBranch = [3,0], versionTags = ["alpha"]}' >> Paths_gf.hs
- echo 'getDataDir = return $(GF_DATA_DIR) :: IO FilePath' >> Paths_gf.hs
+ echo 'getDataDir = return "$(GF_DATA_DIR)" :: IO FilePath' >> Paths_gf.hs
javac:
$(JAVAC) $(JAVAFLAGS) -classpath $(GFEDITOR)/jargs-1.0.jar $(GFEDITOR)/de/uka/ilkd/key/ocl/gf/*.java