aboutsummaryrefslogtreecommitdiffhomepage
path: root/cbits
diff options
context:
space:
mode:
authorGravatar Ian Lynagh <igloo@earth.li>2007-08-11 13:51:34 +0000
committerGravatar Ian Lynagh <igloo@earth.li>2007-08-11 13:51:34 +0000
commit107ead14483f7eab55818a47e931d5829f646848 (patch)
treec2be8db0e443f737c54603ad337dc5ae06313700 /cbits
parent7bd8a5cdd3aa22aa173a83216cc16ee5d947d33b (diff)
Remove bits left over from the old build system
Diffstat (limited to 'cbits')
-rw-r--r--cbits/Makefile12
1 files changed, 0 insertions, 12 deletions
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