X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Frunghc%2FMakefile;h=f210b004f32d281d59025370b13ba56affe53107;hb=65b5fb0ff8dd2af5c8bed6db5f059b4f60eb05de;hp=c1a94c799a3b6ca429b9f83410dd8a57b35a69aa;hpb=bc49cbd35e1b9a75ef05de610f845de7bbfef90d;p=ghc-hetmet.git diff --git a/utils/runghc/Makefile b/utils/runghc/Makefile index c1a94c7..f210b00 100644 --- a/utils/runghc/Makefile +++ b/utils/runghc/Makefile @@ -15,18 +15,4 @@ include $(GHC_COMPAT_DIR)/compat.mk # we must also build with $(GhcHcOpts) here: SRC_HC_OPTS += $(GhcHcOpts) $(GhcStage1HcOpts) -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 - include $(TOP)/mk/target.mk