[project @ 2002-11-21 10:04:20 by simonmar]
[ghc-hetmet.git] / ghc / utils / genapply / Makefile
diff --git a/ghc/utils/genapply/Makefile b/ghc/utils/genapply/Makefile
deleted file mode 100644 (file)
index c15b745..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-TOP=../..
-include $(TOP)/mk/boilerplate.mk
-
-HS_PROG = $(GHC_GENAPPLY_PGM)
-
-SRC_HC_OPTS += -I$(GHC_INCLUDE_DIR)
-
-# genapply is needed to boot in ghc/rts...
-ifneq "$(BootingFromHc)" "YES"
-boot :: all
-endif
-
-include $(TOP)/mk/target.mk