From: Ian Lynagh Date: Sat, 11 Aug 2007 13:50:19 +0000 (+0000) Subject: Remove bits left over from the old build system X-Git-Tag: 2007-09-13~21 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f5bbe8a9077db6b17753b8c43520352e38e66e69;p=ghc-base.git Remove bits left over from the old build system --- diff --git a/cbits/Makefile b/cbits/Makefile deleted file mode 100644 index fcdb8e4..0000000 --- a/cbits/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $Id: Makefile,v 1.14 2005/02/01 00:52:22 ross Exp $ - -TOP = ../.. -include $(TOP)/mk/boilerplate.mk - -HC = $(GHC_INPLACE) - -UseGhcForCc = YES - -ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32" -EXCLUDED_SRCS += consUtils.c -endif - -SRC_CC_OPTS += -Wall -DCOMPILING_STDLIB -SRC_CC_OPTS += -I$(GHC_INCLUDE_DIR) -I$(GHC_RTS_DIR) -I../include - -LIBRARY = libHSbase_cbits.a -LIBOBJS = $(C_OBJS) - -include $(TOP)/mk/target.mk