From f5bbe8a9077db6b17753b8c43520352e38e66e69 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 11 Aug 2007 13:50:19 +0000 Subject: [PATCH] Remove bits left over from the old build system --- cbits/Makefile | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 cbits/Makefile 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 -- 1.7.10.4