summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorsimonmar <unknown>2003-05-29 13:03:56 +0000
committersimonmar <unknown>2003-05-29 13:03:56 +0000
commit607cbd6f6270be0d1bfed74904ee529faeeb48b2 (patch)
tree63cf5a19b9ddd55c570299c8eb751a9d8f996f8d /Makefile
parent2841c2c3238de618025369cac0d79ad2db4dc91e (diff)
downloadhaskell-607cbd6f6270be0d1bfed74904ee529faeeb48b2.tar.gz
[project @ 2003-05-29 13:03:56 by simonmar]
Prune autoconf droppings from the source dist.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8187fc2bf0..7a69b9193e 100644
--- a/Makefile
+++ b/Makefile
@@ -366,7 +366,7 @@ dist ::
mkdir $(SRC_DIST_DIR)
mkdir $(SRC_DIST_DIR)/mk
$(FIND) $(SRC_DIST_DIRS) -type d \( -name CVS -prune -o -name SRC -prune -o -print \) | sed -e 's!.*!mkdir "$(SRC_DIST_DIR)/&"!' | sh
- $(FIND) $(SRC_DIST_DIRS) $(SRC_DIST_FILES) -name CVS -prune -o -name SRC -prune -o -name "*~" -prune -o -name ".cvsignore" -prune -o -name "\#*" -prune -o -name ".\#*" -prune -o -name "log" -prune -o -name "*-SAVE" -prune -o -name "*.orig" -prune -o -name "*.rej" -prune -o ! -type d -print | sed -e 's!.*!$(LN_S) "$(FPTOOLS_TOP_ABS)/&" "$(SRC_DIST_DIR)/&"!' | sh
+ $(FIND) $(SRC_DIST_DIRS) $(SRC_DIST_FILES) -name CVS -prune -o -name SRC -prune -o -name "autom4te*" -prune -o -name "*~" -prune -o -name ".cvsignore" -prune -o -name "\#*" -prune -o -name ".\#*" -prune -o -name "log" -prune -o -name "*-SAVE" -prune -o -name "*.orig" -prune -o -name "*.rej" -prune -o ! -type d -print | sed -e 's!.*!$(LN_S) "$(FPTOOLS_TOP_ABS)/&" "$(SRC_DIST_DIR)/&"!' | sh
# Automatic generation of a MANIFEST file for a source distribution
# tree that is ready to go.