From 4ade8dd32c9d3fa012eb9932ace9cf4ff5fb53ae Mon Sep 17 00:00:00 2001 From: simonmar <unknown> Date: Thu, 13 Apr 2000 14:11:00 +0000 Subject: [PATCH] [project @ 2000-04-13 14:11:00 by simonmar] remove accidentally committed stuff. --- ghc/lib/std/cbits/Makefile | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/ghc/lib/std/cbits/Makefile b/ghc/lib/std/cbits/Makefile index abb7f00c93d0..7b99d271a538 100644 --- a/ghc/lib/std/cbits/Makefile +++ b/ghc/lib/std/cbits/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.15 2000/04/12 17:33:16 simonmar Exp $ +# $Id: Makefile,v 1.16 2000/04/13 14:11:00 simonmar Exp $ TOP = ../../.. include $(TOP)/mk/boilerplate.mk @@ -42,15 +42,6 @@ CC=$(GHC_INPLACE) SRC_MKDEPENDC_OPTS += -I$(GHC_INCLUDE_DIR) -# ----------------------------------------------------------------------------- - -SO_OBJS = $(C_SRCS:.c=.$(way_)so) - -libHS_cbits.so : $(SO_OBJS) - $(CC) -shared -o libHS_cbits.so $(SO_OBJS) - -CC = $(WhatGccIsCalled) - # ----------------------------------------------------------------------------- # Installation -- GitLab