[project @ 2005-01-26 16:03:40 by simonmar]
[ghc-hetmet.git] / ghc / utils / genapply / Makefile
index 394d884..1b54fe5 100644 (file)
@@ -8,8 +8,6 @@ ifneq "$(BootingFromHc)" "YES"
 boot :: all
 endif
 
-ghc_ge_504 = $(shell if (test $(GhcCanonVersion) -ge 504); then echo YES; else echo NO; fi)
-
 ifeq "$(ghc_ge_504)" "NO"
 SRC_HC_OPTS +=  -package lang -package util -package text
 endif