From dd276500cba1edbd0e9e10e66129aaa013edf90d Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 26 Mar 2001 16:56:27 +0000 Subject: [PATCH] [project @ 2001-03-26 16:56:27 by simonmar] remove unnecessary junk --- ghc/lib/std/cbits/Makefile | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/ghc/lib/std/cbits/Makefile b/ghc/lib/std/cbits/Makefile index d3c75a4..7f36209 100644 --- a/ghc/lib/std/cbits/Makefile +++ b/ghc/lib/std/cbits/Makefile @@ -1,31 +1,20 @@ -# $Id: Makefile,v 1.25 2001/03/01 12:25:33 rrt Exp $ +# $Id: Makefile,v 1.26 2001/03/26 16:56:27 simonmar Exp $ TOP = ../../.. include $(TOP)/mk/boilerplate.mk -override WAYS= - HSLIB = std IS_CBITS_LIB = YES -C_SRCS= $(wildcard *.c) +SRC_CC_OPTS += -Wall -DCOMPILING_STDLIB -C_OBJS = $(C_SRCS:.c=.$(way_)o) -LIBOBJS = $(C_OBJS) -SRC_CC_OPTS += -O $(GhcLibCcOpts) -Wall -optc-DCOMPILING_STDLIB ifeq "$(DLLized)" "YES" SRC_CC_OPTS += -dynamic endif -# -# Compile the files using the Haskell compiler (ghc really). -# -CC=$(GHC_INPLACE) - # ----------------------------------------------------------------------------- # Installation -override datadir:=$(libdir)/includes -INSTALL_DATAS += HsStd.h stgio.h stgerror.h fileObject.h +INSTALL_DATAS += stgio.h stgerror.h fileObject.h include $(TOP)/mk/target.mk -- 1.7.10.4