From f2cf99c9458c0ec124729be0a9cac01ef7db2b70 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 23 Oct 2000 11:08:22 +0000 Subject: [PATCH] [project @ 2000-10-23 11:08:22 by simonmar] GHC Build System Police. --- ghc/utils/genprimopcode/Makefile | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/ghc/utils/genprimopcode/Makefile b/ghc/utils/genprimopcode/Makefile index ee1d673..c820318 100644 --- a/ghc/utils/genprimopcode/Makefile +++ b/ghc/utils/genprimopcode/Makefile @@ -1,22 +1,14 @@ +# ----------------------------------------------------------------------------- +# $Id: Makefile,v 1.3 2000/10/23 11:08:22 simonmar Exp $ + TOP=../.. include $(TOP)/mk/boilerplate.mk -INSTALL_PROGS += genprimopcode - -SRC_HC_OPTS += -syslib text -OBJS = Main.o - -CLEAN_FILES += genprimopcode +HS_PROG = genprimopcode +INSTALL_PROGS += $(HS_PROG) +SRC_HC_OPTS += -syslib text # genprimopcode is needed to boot in ghc/compiler... boot :: all -all :: genprimopcode - -genprimopcode: Main.o - $(HC) -o $@ $(HC_OPTS) $(LD_OPTS) $(OBJS) - -CLEAN_FILES += genprimopcode -CLEAN_FILES += $(OBJS) - include $(TOP)/mk/target.mk -- 1.7.10.4