Use $(RelocatableBuild) rather than $(Windows)
[ghc-hetmet.git] / mk / config.mk.in
index 106d7aa..02e02bc 100644 (file)
@@ -561,7 +561,7 @@ libdir0         := @libdir@
 includedir      := @includedir@
 mandir          := @mandir@
 
-ifeq "$(Windows)" "YES"
+ifeq "$(RelocatableBuild)" "YES"
 
 # Hack: our directory layouts tend to be different on Windows, so
 # hack around configure's bogus assumptions here.