c820318b48814ae5eceac905e5b4b5c0a4223d9c
[ghc-hetmet.git] / ghc / utils / genprimopcode / Makefile
1 # -----------------------------------------------------------------------------
2 # $Id: Makefile,v 1.3 2000/10/23 11:08:22 simonmar Exp $
3
4 TOP=../..
5 include $(TOP)/mk/boilerplate.mk
6
7 HS_PROG        = genprimopcode
8 INSTALL_PROGS += $(HS_PROG)
9 SRC_HC_OPTS   += -syslib text
10
11 # genprimopcode is needed to boot in ghc/compiler...
12 boot :: all
13
14 include $(TOP)/mk/target.mk