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

[project @ 1997-01-22 08:00:38 by sof]

Fixed MKDEPENDHS var
parent 8b9aead9
No related merge requests found
#-----------------------------------------------------------------------------
# $Id: Makefile.libHS,v 1.8 1997/01/21 22:56:20 sof Exp $
# $Id: Makefile.libHS,v 1.10 1997/01/22 08:01:26 sof Exp $
TOP = ../..
include $(TOP)/ghc/mk/ghc.mk
......@@ -109,7 +109,7 @@ concurrent/Concurrent_flags = -iconcurrent
# Depend and install stuff
# temp soln until ghcconfig.mk leaves 1.2 behind.
MKDEPENDHS = $(LIB_GHC) -M
MKDEPENDHS = $(GHC) $(GHCFLAGS) -M
MKDEPENDHS_OPTS += -I$(GHC_INCLUDES)
MKDEPENDHS_OPTS += -irequired:ghc:hbc:glaExts:concurrent
......
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