Document 'parseStaticFlags'.
[ghc-hetmet.git] / utils / genprimopcode / Makefile
index dbd69f6..ed011eb 100644 (file)
@@ -3,17 +3,8 @@ include $(TOP)/mk/boilerplate.mk
 
 HS_PROG = genprimopcode
 
-ifeq "$(ghc_ge_504)" "NO"
-SRC_HC_OPTS += -package text
-endif
-
-ifeq "$(ghc_ge_602)" "YES"
-SRC_HC_OPTS += -package parsec
-endif
-
-# genprimopcode is needed to boot in ghc/compiler...
-ifneq "$(BootingFromHc)" "YES"
-boot :: all
-endif
+binary-dist:
+       @:
 
 include $(TOP)/mk/target.mk
+