diff options
-rw-r--r-- | rts/ghc.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rts/ghc.mk b/rts/ghc.mk index ded0548e98..a4c7acb8b7 100644 --- a/rts/ghc.mk +++ b/rts/ghc.mk @@ -222,6 +222,8 @@ endef # And expand the above for each way: $(foreach way,$(rts_WAYS),$(eval $(call build-rts-way,$(way)))) +$(eval $(call distdir-opts,rts,dist)) + #----------------------------------------------------------------------------- # Flags for compiling every file |