1
0
forked from GitHub/gf-core

the Makefile should generate Paths_gf.hs with GF_DATA_DIR instead of GF_LIB_DIR

This commit is contained in:
krasimir
2008-06-23 08:53:09 +00:00
parent 8b47619361
commit f62c70bdd5

View File

@@ -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