Reorganisation of the source tree
[ghc-hetmet.git] / rts / Makefile
similarity index 99%
rename from ghc/rts/Makefile
rename to rts/Makefile
index ef3e244..2319788 100644 (file)
@@ -195,7 +195,7 @@ AUTO_APPLY_CMM = AutoApply$(_way).cmm
 ifneq "$(BootingFromHc)" "YES"
 $(AUTO_APPLY_CMM): $(GHC_GENAPPLY)
        @$(RM) $@
-       $(GHC_GENAPPLY) $(if $(filter $(way), u debug_u), -u) >$@
+       $(GENAPPLY) $(if $(filter $(way), u debug_u), -u) >$@
 endif
 
 EXTRA_CMM_SRCS += $(AUTO_APPLY_CMM)