summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2007-05-16 08:07:49 +0000
committerSimon Marlow <simonmar@microsoft.com>2007-05-16 08:07:49 +0000
commitfb570f4ae8d02ad25475d97d019cb93bf64d4d99 (patch)
tree60a1559494c7a854e16472929a0f8a11d80a6c0b /compat
parentb39e447d1c0fcf612d51342f8e270973edfe7e28 (diff)
downloadhaskell-fb570f4ae8d02ad25475d97d019cb93bf64d4d99.tar.gz
FIX BUILD with ghc-6.2.x
Diffstat (limited to 'compat')
-rw-r--r--compat/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/compat/Makefile b/compat/Makefile
index 9d85c5cd17..0e24ccb73b 100644
--- a/compat/Makefile
+++ b/compat/Makefile
@@ -62,9 +62,10 @@ SRC_MKDEPENDHS_OPTS += \
# GHC 6.3+ has Cabal, but we're replacing it:
SRC_HC_OPTS += -ignore-package Cabal
-endif
+# only GHC 6.3+ has -ignore-package
SRC_HC_OPTS += -ignore-package filepath
+endif
# Some explicit dependencies, needed because ghc -M can't discover the
# true dependencies of these stub files.