From: simonm Date: Fri, 22 Nov 1996 13:33:29 +0000 (+0000) Subject: [project @ 1996-11-22 13:33:29 by simonm] X-Git-Tag: Approximately_1000_patches_recorded~882 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4e33ac1d5a76568af944fd94a1c90dfd8cb104af;p=ghc-hetmet.git [project @ 1996-11-22 13:33:29 by simonm] dependencies depend on $(LOOPS) (.hi files made from .lhi files). --- diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index bb458ba..caa6894 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.2 1996/11/21 16:46:32 simonm Exp $ +# $Id: Makefile,v 1.3 1996/11/22 13:33:29 simonm Exp $ TOP = ../.. FlexSuffixRules = YES @@ -195,6 +195,8 @@ utils/SST_flags = -fvia-C #----------------------------------------------------------------------------- # make depend, clean, tags and install +depend :: $(LOOPS) + MKDEPENDHSFLAGS = -f .depend -I../includes -x HsVersions.h ifeq ($(GhcWithDeforester),NO) MKDEPENDHSFLAGS += -DOMIT_DEFORESTER