diff options
| author | bjorn <bjorn@bringert.net> | 2008-06-25 17:20:16 +0000 |
|---|---|---|
| committer | bjorn <bjorn@bringert.net> | 2008-06-25 17:20:16 +0000 |
| commit | 53a8693f3aead05bd0033c9577a0d3dd3f7c55df (patch) | |
| tree | b9d8578907d2d2e8e50b71ddef8c382d8b414985 /src | |
| parent | e9e80fc389365e24d4300d7d5390c7d833a96c50 (diff) | |
quote stirng in getDataDir as generated by make today
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 2 |
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 |
