From: sof Date: Fri, 3 Aug 2001 17:03:48 +0000 (+0000) Subject: [project @ 2001-08-03 17:03:48 by sof] X-Git-Tag: Approximately_9120_patches~1365 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=0b28f77d4ce467d531ba7be9623dad0ff904d4e3;p=ghc-hetmet.git [project @ 2001-08-03 17:03:48 by sof] Keep ghci.c out of C_SRCS on non-mingw plats --- 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