summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsof <unknown>1997-03-14 05:31:07 +0000
committersof <unknown>1997-03-14 05:31:07 +0000
commitfa6fb09e2e4e6918eebc79ed187f32c88817c9db (patch)
treec97acb653fd9e76001028289219dc8ea1983a039
parent8f7b424ed4a80346c1d2a2c402e5a21c649ad249 (diff)
downloadhaskell-fa6fb09e2e4e6918eebc79ed187f32c88817c9db.tar.gz
[project @ 1997-03-14 05:31:07 by sof]
-rw-r--r--ghc/lib/Makefile.libHS4
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/lib/Makefile.libHS b/ghc/lib/Makefile.libHS
index 729c187ccc..13ff46db03 100644
--- a/ghc/lib/Makefile.libHS
+++ b/ghc/lib/Makefile.libHS
@@ -1,5 +1,5 @@
#-----------------------------------------------------------------------------
-# $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 = ../..
include $(TOP)/ghc/mk/ghc.mk
@@ -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.
depend :: $(SRCS)
- $(MKDEPENDHS) $(MKDEPENDHSFLAGS) -optdep-f -optdep.depend $(GHCFLAGS) $(SRCS)
+ $(MKDEPENDHS) $(MKDEPENDHSFLAGS) -optdep"-f .depend" $(GHCFLAGS) $(SRCS)
# Copy the crucial IOBase hi file over
hiboot ::