summaryrefslogtreecommitdiff
path: root/src-3.0
diff options
context:
space:
mode:
Diffstat (limited to 'src-3.0')
-rw-r--r--src-3.0/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/src-3.0/Makefile b/src-3.0/Makefile
index 16a538925..08de81434 100644
--- a/src-3.0/Makefile
+++ b/src-3.0/Makefile
@@ -144,10 +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 '{-# NOINLINE libdir #-}' >> Paths_gf.hs
- echo 'libdir :: String' >> Paths_gf.hs
- echo 'libdir = "'$(GF_LIB_DIR)'"' >> Paths_gf.hs
- echo 'getDataDir = return libdir :: 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