3d9dbcd5eaf0488656c4c60677f26a476a6ba92e
[ghc-hetmet.git] / ghc / utils / genprimopcode / Makefile
1 # -----------------------------------------------------------------------------
2 # $Id: Makefile,v 1.4 2000/12/30 20:42:03 panne Exp $
3
4 TOP=../..
5 include $(TOP)/mk/boilerplate.mk
6
7 HS_PROG        = genprimopcode
8 SRC_HC_OPTS   += -syslib text
9
10 # genprimopcode is needed to boot in ghc/compiler...
11 boot :: all
12
13 include $(TOP)/mk/target.mk