Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@linux-8tsd.site>2011-08-05 00:21:34 +0400
committerLluis Sanchez <lluis@linux-8tsd.site>2011-08-05 00:21:34 +0400
commit90639a78bc5df8c51ac73ffc2d5bb1798a57dd17 (patch)
tree31bae84d8e0e13ada6c1e1f26d4c38ff7ac7653c /Makefile.am
parent34ef28e23d47a59c74b1ff223f11de564de5a446 (diff)
Bump release version and fix some minor Makefile issuemono-addins-0.6.2
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8814ba4..e87ba74 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,7 @@ src-zip:
unix2dos $(SRC_PACKAGE_DIR)/AUTHORS.txt
unix2dos $(SRC_PACKAGE_DIR)/COPYING.txt
rm -rf $(SRC_PACKAGE_DIR)/Test
- rm $(SRC_PACKAGE_DIR)/configure.ac
+ rm -f $(SRC_PACKAGE_DIR)/configure.ac
cd $(SRC_PACKAGE_DIR) && for fi in `find . -name Makefile.am`; do rm $$fi; done
cd $(SRC_PACKAGE_DIR) && zip -r ../$(SRC_PACKAGE_DIR).zip *