X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FMakefile;h=e19e5606bccf408ffdafd8163b0bf004c645f714;hb=8fd85c9d692f91a5b565bb0d54050c2ce6ac6ae2;hp=4691689617e68b942da8f9f1d1297137c0ec2dda;hpb=66ae738380ec31be4a721e1ae594c08e71a5b800;p=ghc-hetmet.git diff --git a/compiler/Makefile b/compiler/Makefile index 4691689..e19e560 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -272,6 +272,11 @@ endif @echo "cUSER_WAY_OPTS = \"$(USER_WAY_OPTS)\"" >> $(CONFIG_HS) @echo "cDEFAULT_TMPDIR = \"$(DEFAULT_TMPDIR)\"" >> $(CONFIG_HS) @echo "cDocDir = \"$(docdir)\"" >> $(CONFIG_HS) +ifeq "$(RelocatableBuild)" "YES" + @echo "cRelocatableBuild = True" >> $(CONFIG_HS) +else + @echo "cRelocatableBuild = False" >> $(CONFIG_HS) +endif @echo done. CLEAN_FILES += $(CONFIG_HS)