aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Ross Paterson <ross@soi.city.ac.uk>2006-08-24 18:35:35 +0000
committerGravatar Ross Paterson <ross@soi.city.ac.uk>2006-08-24 18:35:35 +0000
commit05b2955e3d2419e5f83f37cf3822638141b1273f (patch)
treeae421331f7c03ebdf97761b6d8c3be3567ddc7da /Makefile
parente75602aa6fb3507c9189ce81964feaa56f095998 (diff)
exclude Setup.hs from build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 00552d9..663ff82 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,8 @@ SRC_HADDOCK_OPTS += -t "Haskell Hierarchical Libraries ($(PACKAGE) package)"
SRC_HSC2HS_OPTS += -Iinclude -I../../mk/ $(unix_SRC_HSC2HS_OPTS)
SRC_HC_OPTS += -Iinclude $(unix_SRC_HSC2HS_OPTS)
+EXCLUDED_SRCS += Setup.hs
+
DIST_CLEAN_FILES += unix.buildinfo config.cache config.status
include $(TOP)/mk/target.mk