From 352ac90b8416bf49ad69bb422ffb786ed14c3add Mon Sep 17 00:00:00 2001 From: panne Date: Fri, 25 Jun 1999 10:23:08 +0000 Subject: [PATCH] [project @ 1999-06-25 10:23:08 by panne] Readline needs Posix stuff --- ghc/lib/misc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4