X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FMakefile;h=cafc24aed65c167eb017e6f895fd84167f18e1ab;hb=c69cc5d4819c690e047afa07bbb2fda12377d5fb;hp=caa689479d5d4d2de3a0a123a2d9c88089943758;hpb=4e33ac1d5a76568af944fd94a1c90dfd8cb104af;p=ghc-hetmet.git 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