From 0b28f77d4ce467d531ba7be9623dad0ff904d4e3 Mon Sep 17 00:00:00 2001 From: sof Date: Fri, 3 Aug 2001 17:03:48 +0000 Subject: [PATCH] [project @ 2001-08-03 17:03:48 by sof] Keep ghci.c out of C_SRCS on non-mingw plats --- ghc/driver/ghci/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ghc/driver/ghci/Makefile b/ghc/driver/ghci/Makefile index 99b5843..0774cf4 100644 --- a/ghc/driver/ghci/Makefile +++ b/ghc/driver/ghci/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.7 2001/07/30 10:40:36 rrt Exp $ +# $Id: Makefile,v 1.8 2001/08/03 17:03:48 sof Exp $ # TOP=../.. @@ -29,6 +29,8 @@ INPLACE_SCRIPT_PROG = ghci-inplace ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32" C_PROG = ghci +else +C_SRCS= endif SCRIPT_OBJS = ghci.sh -- 1.7.10.4