Skip to content
Snippets Groups Projects
Commit fa6fb09e authored by sof's avatar sof
Browse files

[project @ 1997-03-14 05:31:07 by sof]

parent 8f7b424e
No related merge requests found
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------
# $Id: Makefile.libHS,v 1.10 1997/01/22 08:01:26 sof Exp $ # $Id: Makefile.libHS,v 1.11 1997/03/14 05:31:07 sof Exp $
TOP = ../.. TOP = ../..
include $(TOP)/ghc/mk/ghc.mk include $(TOP)/ghc/mk/ghc.mk
...@@ -117,7 +117,7 @@ MKDEPENDHS_OPTS += $(foreach way,$(filter-out norm, $(WAY_SUFFIXES)),-optdep-s - ...@@ -117,7 +117,7 @@ MKDEPENDHS_OPTS += $(foreach way,$(filter-out norm, $(WAY_SUFFIXES)),-optdep-s -
# Todo: make this a generic include of hsdepend.mk or something. # Todo: make this a generic include of hsdepend.mk or something.
depend :: $(SRCS) depend :: $(SRCS)
$(MKDEPENDHS) $(MKDEPENDHSFLAGS) -optdep-f -optdep.depend $(GHCFLAGS) $(SRCS) $(MKDEPENDHS) $(MKDEPENDHSFLAGS) -optdep"-f .depend" $(GHCFLAGS) $(SRCS)
# Copy the crucial IOBase hi file over # Copy the crucial IOBase hi file over
hiboot :: hiboot ::
......
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