From 107ead14483f7eab55818a47e931d5829f646848 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 11 Aug 2007 13:51:34 +0000 Subject: Remove bits left over from the old build system --- cbits/Makefile | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 cbits/Makefile (limited to 'cbits') diff --git a/cbits/Makefile b/cbits/Makefile deleted file mode 100644 index 824907e..0000000 --- a/cbits/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -TOP = ../.. -include $(TOP)/mk/boilerplate.mk - -HC = $(GHC_INPLACE) - -SRC_CC_OPTS += -Wall -SRC_CC_OPTS += -I$(GHC_INCLUDE_DIR) -I$(GHC_RTS_DIR) -I../include - -LIBRARY = libHSunix_cbits.a -LIBOBJS = $(C_OBJS) - -include $(TOP)/mk/target.mk -- cgit v1.2.3