X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Frunghc%2FMakefile;h=f210b004f32d281d59025370b13ba56affe53107;hb=f750bec77c4f1b6d986dfa237df63a70689e9849;hp=90e49495302b3049ea83a885e9bcc6eaa3d0323f;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/utils/runghc/Makefile b/utils/runghc/Makefile index 90e4949..f210b00 100644 --- a/utils/runghc/Makefile +++ b/utils/runghc/Makefile @@ -13,20 +13,6 @@ include $(GHC_COMPAT_DIR)/compat.mk # This is required because libghccompat.a must be built with # $(GhcHcOpts) because it is linked to the compiler, and hence # we must also build with $(GhcHcOpts) here: -SRC_HC_OPTS += $(GhcHcOpts) - -all :: runhaskell - -runhaskell : $(HS_PROG) - $(CP) $< runhaskell$(exeext) - -CLEAN_FILES += runhaskell - -# Only install runhaskell if there isn't already one installed -ifneq "$(findstring install, $(MAKECMDGOALS))" "" -ifeq "$(wildcard $(bindir)/runhaskell)" "" -INSTALL_PROGS += runhaskell$(exeext) -endif -endif +SRC_HC_OPTS += $(GhcHcOpts) $(GhcStage1HcOpts) include $(TOP)/mk/target.mk