From: simonmar Date: Thu, 13 Apr 2000 14:11:00 +0000 (+0000) Subject: [project @ 2000-04-13 14:11:00 by simonmar] X-Git-Tag: Approximately_9120_patches~4716 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4ade8dd32c9d3fa012eb9932ace9cf4ff5fb53ae;p=ghc-hetmet.git [project @ 2000-04-13 14:11:00 by simonmar] remove accidentally committed stuff. --- diff --git a/ghc/lib/std/cbits/Makefile b/ghc/lib/std/cbits/Makefile index abb7f00..7b99d27 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 @@ -43,15 +43,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 INSTALL_LIBS+=$(LIBRARY)