aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar simonmar <unknown>2005-03-02 14:46:16 +0000
committerGravatar simonmar <unknown>2005-03-02 14:46:16 +0000
commite05cf540a50c1e3c2fa373c5b972a617ad9808c3 (patch)
tree8a861fdc938fa90de1e0f21e0924bf2653f38fb2
parent2b00ad9b3ed6513bc310d0cbd1f9cd317afd29f9 (diff)
[project @ 2005-03-02 14:46:16 by simonmar]
distcleaning of things generated by configure
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f4c855b..d0f3c6d 100644
--- a/Makefile
+++ b/Makefile
@@ -12,4 +12,7 @@ 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)
+DIST_CLEAN_FILES += HsUnixConfig.h unix.buildinfo config.cache config.status
+LATE_DIST_CLEAN_FILES += config.mk
+
include $(TOP)/mk/target.mk