X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fmk%2Ftarget.mk;h=0d49585a90ca70829cdf57bc90ff164051e61dfc;hb=61ccfec175e1f51b2c89559faf91d9bee0b3b601;hp=10ebf94187cc0b947b9d31840d5b70b28a1ef5ec;hpb=9dcea31172131deb1b086bdc28510695867678af;p=ghc-hetmet.git diff --git a/ghc/mk/target.mk b/ghc/mk/target.mk index 10ebf94..0d49585 100644 --- a/ghc/mk/target.mk +++ b/ghc/mk/target.mk @@ -8,17 +8,6 @@ GHC_TOP := $(TOP) TOP:=$(TOP)/.. -# When booting from .hc files, remove the suffix rule for -# .l?hs -> .o, so that the .hc -> .o is used instead. -# Also disable the generation of the .hc files, even if -# the .l?hs files are newer than the .hc ones. -ifeq "$(GhcWithHscBuiltViaC)" "YES" -%.$(way_)o : %.lhs -%.$(way_)o : %.hs -%.$(way_)hc : %.lhs -%.$(way_)hc : %.hs -endif - include $(TOP)/mk/target.mk # Reset TOP