Skip to content
Snippets Groups Projects
Commit 4e33ac1d authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1996-11-22 13:33:29 by simonm]

dependencies depend on $(LOOPS) (.hi files made from .lhi files).
parent 7f13ca14
No related branches found
No related tags found
No related merge requests found
# -----------------------------------------------------------------------------
# $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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment