From c69cc5d4819c690e047afa07bbb2fda12377d5fb Mon Sep 17 00:00:00 2001 From: dnt Date: Wed, 18 Dec 1996 18:42:48 +0000 Subject: [PATCH] [project @ 1996-12-18 18:42:48 by dnt] Added extra dependencies for ugen stuff --- ghc/compiler/Makefile | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index caa6894..cafc24a 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.3 1996/11/22 13:33:29 simonm Exp $ +# $Id: Makefile,v 1.4 1996/12/18 18:42:48 dnt Exp $ TOP = ../.. FlexSuffixRules = YES @@ -153,6 +153,25 @@ rename/ParseIface.hs : rename/ParseIface.y @chmod 444 rename/ParseIface.hs # ---------------------------------------------------------------------------- +# Special extra dependencies for yukky ugen stuff + +hspincl.h : $(UGNH) +parser/UgenAll.o : parser/hspincl.h +parser/UgenUtil.o : parser/hspincl.h +parser/U_constr.o : parser/hspincl.h +parser/U_binding.o : parser/hspincl.h +parser/U_pbinding.o : parser/hspincl.h +parser/U_entidt.o : parser/hspincl.h +parser/U_list.o : parser/hspincl.h +parser/U_literal.o : parser/hspincl.h +parser/U_maybe.o : parser/hspincl.h +parser/U_either.o : parser/hspincl.h +parser/U_qid.o : parser/hspincl.h +parser/U_tree.o : parser/hspincl.h +parser/U_ttype.o : parser/hspincl.h +reader/ReadPrefix.o : parser/hspincl.h + +# ---------------------------------------------------------------------------- # Special flags for particular modules absCSyn/AbsCSyn_flags = -fno-omit-reexported-instances -- 1.7.10.4