From: panne Date: Fri, 25 Jun 1999 10:23:08 +0000 (+0000) Subject: [project @ 1999-06-25 10:23:08 by panne] X-Git-Tag: Approximately_9120_patches~6082 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=352ac90b8416bf49ad69bb422ffb786ed14c3add;p=ghc-hetmet.git [project @ 1999-06-25 10:23:08 by panne] Readline needs Posix stuff --- diff --git a/ghc/lib/misc/Makefile b/ghc/lib/misc/Makefile index 9a5c293..656dc18 100644 --- a/ghc/lib/misc/Makefile +++ b/ghc/lib/misc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.15 1999/05/11 17:05:46 keithw Exp $ +# $Id: Makefile,v 1.16 1999/06/25 10:23:08 panne Exp $ # # Makefile for miscellaneous libraries. # @@ -36,7 +36,7 @@ SRC_MKDEPENDHS_OPTS += -optdep--include-prelude #----------------------------------------------------------------------------- # Setting the GHC compile options -SRC_HC_OPTS += -i../concurrent -recomp -cpp -fglasgow-exts -fvia-C -Rghc-timing $(GhcLibHcOpts) +SRC_HC_OPTS += -i../concurrent:../posix -recomp -cpp -fglasgow-exts -fvia-C -Rghc-timing $(GhcLibHcOpts) # # Profiling options