aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar ross <unknown>2005-03-02 16:39:58 +0000
committerGravatar ross <unknown>2005-03-02 16:39:58 +0000
commit1070dca7db72b91aae8d33a09dacf5c3c02807f4 (patch)
tree972f95a63ed9f21ab51d8892616b28fe2e085ba8 /Makefile
parente05cf540a50c1e3c2fa373c5b972a617ad9808c3 (diff)
[project @ 2005-03-02 16:39:57 by ross]
*Config.h files are in include/ (MERGE to STABLE)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d0f3c6d..565a6e2 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +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
+DIST_CLEAN_FILES += unix.buildinfo config.cache config.status
LATE_DIST_CLEAN_FILES += config.mk
include $(TOP)/mk/target.mk