replace sparc-specific Int64 code with calls to platform-independent macros
[ghc-hetmet.git] / rts / ghc.mk
index 0102bed..a7bfd12 100644 (file)
@@ -63,7 +63,6 @@ endif
 rts_AUTO_APPLY_CMM = rts/dist/build/AutoApply.cmm
 
 $(rts_AUTO_APPLY_CMM): $(GENAPPLY_INPLACE)
-       "$(RM)" $(RM_OPTS) $@
        "$(GENAPPLY_INPLACE)" >$@
 
 rts/dist/build/sm/Evac_thr.c : rts/sm/Evac.c
@@ -369,8 +368,8 @@ install : install_rts
 
 .PHONY: install_rts
 install_rts:
-       "$(MKDIRHIER)" $(DESTDIR)$(libdir)
-       "$(MKDIRHIER)" $(DESTDIR)$(libdir)/include
+       $(INSTALL_DIR) $(DESTDIR)$(libdir)
+       $(INSTALL_DIR) $(DESTDIR)$(libdir)/include
        "$(CP)" $(ALL_RTS_LIBS) $(DESTDIR)$(libdir)
 
 # -----------------------------------------------------------------------------